This repository was archived by the owner on Nov 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/InvvardDev.EZLayoutDisplay.Desktop/View Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments