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>
|
||||
<ColumnDefinition Width="36"/>
|
||||
<ColumnDefinition Width="74"/>
|
||||
<ColumnDefinition Width="42"/>
|
||||
<ColumnDefinition Width="40"/>
|
||||
<ColumnDefinition Width="*"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
</Style>
|
||||
</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}">
|
||||
<ListView.ItemTemplate>
|
||||
<DataTemplate DataType="{x:Type core:Mod}">
|
||||
@@ -52,9 +53,11 @@
|
||||
<!--<TextBlock Text="" Foreground="#646464"
|
||||
FontSize="16" FontFamily="{StaticResource SegoeMDL2}"
|
||||
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"
|
||||
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}"
|
||||
FontSize="14" TextWrapping="Wrap"/>
|
||||
|
||||
@@ -45,16 +45,15 @@
|
||||
</LinearGradientBrush>
|
||||
</Style.Resources>
|
||||
|
||||
<Setter Property="FontFamily" Value="segoe zuc"/>
|
||||
<Setter Property="FontWeight" Value="ExtraBlack"/>
|
||||
<Setter Property="FontSize" Value="12"/>
|
||||
<Setter Property="FontWeight" Value="Bold"/>
|
||||
<Setter Property="FontSize" Value="10"/>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="Button">
|
||||
<Border x:Name="Border" BorderThickness="1.5"
|
||||
Background="{StaticResource NormalBackgroundBrush}"
|
||||
BorderBrush="{StaticResource NormalBorderBrush}"
|
||||
Padding="8,2" CornerRadius="4">
|
||||
Padding="12,0" CornerRadius="4">
|
||||
<ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||||
|
||||
<VisualStateManager.VisualStateGroups>
|
||||
|
||||
Reference in New Issue
Block a user