mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Add dark background texture
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
Title="Options" Height="450" Width="800"
|
Title="Options" Height="450" Width="800"
|
||||||
WindowStartupLocation="CenterOwner"
|
WindowStartupLocation="CenterOwner"
|
||||||
WindowStyle="ToolWindow"
|
WindowStyle="ToolWindow"
|
||||||
Background="Black" Foreground="White">
|
Foreground="White">
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
<ResourceDictionary>
|
<ResourceDictionary>
|
||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
@@ -31,6 +31,11 @@
|
|||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</Window.Resources>
|
</Window.Resources>
|
||||||
|
|
||||||
|
<Window.Background>
|
||||||
|
<ImageBrush Stretch="UniformToFill" Viewbox="0,0,0.5,0.5" AlignmentY="Bottom" Opacity="0.5"
|
||||||
|
ImageSource="pack://application:,,,/ZuneModdingHelper;component/Assets/DarkBackground.png" />
|
||||||
|
</Window.Background>
|
||||||
|
|
||||||
<Grid x:Name="OptionsUIGrid" Grid.RowSpan="2" Margin="12">
|
<Grid x:Name="OptionsUIGrid" Grid.RowSpan="2" Margin="12">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="*"/>
|
<RowDefinition Height="*"/>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Resource Include="Assets\Candystripe.png" />
|
<Resource Include="Assets\Candystripe.png" />
|
||||||
|
<Resource Include="Assets\DarkBackground.png" />
|
||||||
<Resource Include="Assets\ZMH_Icons.ttf">
|
<Resource Include="Assets\ZMH_Icons.ttf">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Resource>
|
</Resource>
|
||||||
|
|||||||
Reference in New Issue
Block a user