mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
feature<Launcher>: set WindowStartupLocation="CenterScreen"
This commit is contained in:
parent
c7a57877e0
commit
59c33c23a2
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
UseLayoutRounding="True"
|
UseLayoutRounding="True"
|
||||||
Title="{StaticResource Text.About.Title}"
|
Title="{StaticResource Text.About.Title}"
|
||||||
MinWidth="1280" MinHeight="720"
|
MinWidth="1280" MinHeight="720"
|
||||||
|
WindowStartupLocation="CenterScreen"
|
||||||
Width="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Width, Mode=TwoWay}"
|
Width="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Width, Mode=TwoWay}"
|
||||||
Height="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Height, Mode=TwoWay}">
|
Height="{Binding Source={x:Static models:Preference.Instance}, Path=Window.Height, Mode=TwoWay}">
|
||||||
<WindowChrome.WindowChrome>
|
<WindowChrome.WindowChrome>
|
||||||
|
|
Loading…
Reference in a new issue