Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 3607477

Browse files
authored
Merge pull request #31 from Invvard/feature/change-window-background
Change the windows background color
2 parents 1e0ef0e + b15be59 commit 3607477

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/View/DisplayLayoutWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
x:Class="InvvardDev.EZLayoutDisplay.Desktop.View.DisplayLayoutWindow"
99
mc:Ignorable="d" Height="423" Width="1075"
1010
WindowStartupLocation="CenterScreen" Topmost="True"
11-
ResizeMode="NoResize"
12-
Visibility="Visible" ShowInTaskbar="True" WindowStyle="None"
11+
ResizeMode="NoResize" Visibility="Visible" ShowInTaskbar="True"
12+
WindowStyle="None" Background="{StaticResource WindowBackgroundBrush}"
1313
Title="{Binding WindowTitle}" Icon="{StaticResource WindowIcon}"
1414
DataContext="{Binding DisplayLayout, Source={StaticResource Locator}}">
1515

src/InvvardDev.EZLayoutDisplay.Desktop/View/SettingsWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:InvvardDev.EZLayoutDisplay.Desktop.View"
7-
mc:Ignorable="d"
7+
mc:Ignorable="d" Background="{StaticResource WindowBackgroundBrush}"
88
Title="{Binding WindowTitle}" Icon="{StaticResource WindowIcon}"
99
Width="600" Height="100" MinWidth="500" MinHeight="100"
1010
WindowStartupLocation="CenterScreen" ResizeMode="NoResize"

0 commit comments

Comments
 (0)