mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-03 01:55:00 +00:00
feature<Window>: remember window state
This commit is contained in:
parent
9f58e0c715
commit
f04c01b878
3 changed files with 12 additions and 3 deletions
|
@ -14,6 +14,7 @@
|
|||
Title="{DynamicResource Text.About.Title}"
|
||||
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}"
|
||||
WindowState="{Binding Source={x:Static models:Preference.Instance}, Path=Window.State, Mode=TwoWay}"
|
||||
Closing="OnClosing">
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue