File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
xmlns : ui =" http://schemas.modernwpf.com/2019"
9
9
Title =" {DynamicResource fileManagerWindow}"
10
- Width =" 600"
11
- Height =" 550"
12
10
Background =" #f3f3f3"
13
11
DataContext =" {Binding RelativeSource={RelativeSource Self}}"
14
12
ResizeMode =" NoResize"
13
+ SizeToContent =" WidthAndHeight"
15
14
WindowStartupLocation =" CenterScreen"
16
15
mc : Ignorable =" d" >
17
- <Grid >
16
+ <Grid Width = " 600 " >
18
17
<Grid .RowDefinitions>
19
18
<RowDefinition />
20
19
<RowDefinition Height =" 80" />
152
151
<TextBlock
153
152
Grid.Row=" 3"
154
153
Grid.Column=" 0"
155
- Margin =" 14,10,0,0 "
154
+ Margin =" 14,10,0,20 "
156
155
HorizontalAlignment =" Left"
157
156
VerticalAlignment =" Center"
158
157
FontSize =" 14"
161
160
Grid.Row=" 3"
162
161
Grid.Column=" 1"
163
162
Width =" Auto"
164
- Margin =" 10,10,15,0 "
163
+ Margin =" 10,10,15,20 "
165
164
HorizontalAlignment =" Stretch"
166
165
VerticalAlignment =" Center"
167
166
IsEnabled =" {Binding Editable}"
You can’t perform that action at this time.
0 commit comments