mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Minor improvements
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<Grid.ColumnDefinitions>
|
<Grid.ColumnDefinitions>
|
||||||
<ColumnDefinition Width="36"/>
|
<ColumnDefinition Width="36"/>
|
||||||
<ColumnDefinition Width="74"/>
|
<ColumnDefinition Width="74"/>
|
||||||
<ColumnDefinition Width="42"/>
|
<ColumnDefinition Width="40"/>
|
||||||
<ColumnDefinition Width="*"/>
|
<ColumnDefinition Width="*"/>
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,8 @@
|
|||||||
</Style>
|
</Style>
|
||||||
</UserControl.Resources>
|
</UserControl.Resources>
|
||||||
|
|
||||||
<ListView ItemContainerStyle="{DynamicResource ZuneListViewItemContainerStyle}" Style="{DynamicResource ZuneListViewStyle}" x:Name="ModList" HorizontalContentAlignment="Stretch" BorderThickness="0"
|
<ListView ItemContainerStyle="{StaticResource ZuneListViewItemContainerStyle}" Style="{DynamicResource ZuneListViewStyle}"
|
||||||
|
x:Name="ModList" HorizontalContentAlignment="Stretch" BorderThickness="0"
|
||||||
ScrollViewer.HorizontalScrollBarVisibility="Disabled" d:ItemsSource="{d:SampleData ItemCount=5}">
|
ScrollViewer.HorizontalScrollBarVisibility="Disabled" d:ItemsSource="{d:SampleData ItemCount=5}">
|
||||||
<ListView.ItemTemplate>
|
<ListView.ItemTemplate>
|
||||||
<DataTemplate DataType="{x:Type core:Mod}">
|
<DataTemplate DataType="{x:Type core:Mod}">
|
||||||
@@ -52,9 +53,11 @@
|
|||||||
<!--<TextBlock Text="" Foreground="#646464"
|
<!--<TextBlock Text="" Foreground="#646464"
|
||||||
FontSize="16" FontFamily="{StaticResource SegoeMDL2}"
|
FontSize="16" FontFamily="{StaticResource SegoeMDL2}"
|
||||||
VerticalAlignment="Center" HorizontalAlignment="Right" />-->
|
VerticalAlignment="Center" HorizontalAlignment="Right" />-->
|
||||||
<Image Source="D:\Repos\ZuneDev\ZuneShell.dll\ZuneShell\Resources\RCDATA\ATTENTION.PNG"
|
<!--<Image Source="D:\Repos\ZuneDev\ZuneShell.dll\ZuneShell\Resources\RCDATA\ATTENTION.PNG"
|
||||||
Width="17" Height="18" SnapsToDevicePixels="True"
|
Width="17" Height="18" SnapsToDevicePixels="True"
|
||||||
VerticalAlignment="Center" HorizontalAlignment="Right"/>
|
VerticalAlignment="Center" HorizontalAlignment="Right"/>-->
|
||||||
|
<Button Content="APPLY" HorizontalAlignment="Right"
|
||||||
|
Style="{StaticResource ActionButtonStyle}"/>
|
||||||
|
|
||||||
<TextBlock Text="{Binding Description}" Grid.Row="1" Foreground="{StaticResource ZuneLightTextBrush}"
|
<TextBlock Text="{Binding Description}" Grid.Row="1" Foreground="{StaticResource ZuneLightTextBrush}"
|
||||||
FontSize="14" TextWrapping="Wrap"/>
|
FontSize="14" TextWrapping="Wrap"/>
|
||||||
|
|||||||
@@ -45,16 +45,15 @@
|
|||||||
</LinearGradientBrush>
|
</LinearGradientBrush>
|
||||||
</Style.Resources>
|
</Style.Resources>
|
||||||
|
|
||||||
<Setter Property="FontFamily" Value="segoe zuc"/>
|
<Setter Property="FontWeight" Value="Bold"/>
|
||||||
<Setter Property="FontWeight" Value="ExtraBlack"/>
|
<Setter Property="FontSize" Value="10"/>
|
||||||
<Setter Property="FontSize" Value="12"/>
|
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<ControlTemplate TargetType="Button">
|
<ControlTemplate TargetType="Button">
|
||||||
<Border x:Name="Border" BorderThickness="1.5"
|
<Border x:Name="Border" BorderThickness="1.5"
|
||||||
Background="{StaticResource NormalBackgroundBrush}"
|
Background="{StaticResource NormalBackgroundBrush}"
|
||||||
BorderBrush="{StaticResource NormalBorderBrush}"
|
BorderBrush="{StaticResource NormalBorderBrush}"
|
||||||
Padding="8,2" CornerRadius="4">
|
Padding="12,0" CornerRadius="4">
|
||||||
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
|
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||||||
|
|
||||||
<VisualStateManager.VisualStateGroups>
|
<VisualStateManager.VisualStateGroups>
|
||||||
|
|||||||
Reference in New Issue
Block a user