File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
xmlns : vm =" using:SourceGit.ViewModels"
6
6
xmlns : v =" using:SourceGit.Views"
7
7
xmlns : c =" using:SourceGit.Converters"
8
- mc : Ignorable =" d" d : DesignWidth =" 800 " d : DesignHeight =" 450 "
8
+ mc : Ignorable =" d" d : DesignWidth =" 1200 " d : DesignHeight =" 600 "
9
9
x : Class =" SourceGit.Views.ViewLogs"
10
10
x : DataType =" vm:ViewLogs"
11
11
x : Name =" ThisControl"
12
12
Title =" {DynamicResource Text.ViewLogs}"
13
13
Icon =" /App.ico"
14
- Width =" 800 " Height =" 500 "
14
+ Width =" 1200 " Height =" 600 "
15
15
CanResize =" True"
16
- WindowStartupLocation =" CenterOwner" >
16
+ WindowStartupLocation =" CenterOwner"
17
+ Loaded =" OnLoaded" >
17
18
<Grid RowDefinitions =" Auto,*,Auto" >
18
19
<!-- TitleBar -->
19
20
<Grid Grid.Row=" 0" Height =" 28" IsVisible =" {Binding !#ThisControl.UseSystemWindowFrame}" >
You can’t perform that action at this time.
0 commit comments