File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 10
10
xmlns : ui =" http://schemas.modernwpf.com/2019"
11
11
xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
12
12
Title =" {DynamicResource releaseNotes}"
13
- Width =" 700"
13
+ Width =" 940"
14
+ Height =" 600"
15
+ MinWidth =" 940"
16
+ MinHeight =" 600"
14
17
Background =" {DynamicResource PopuBGColor}"
15
18
Closed =" Window_Closed"
16
19
Foreground =" {DynamicResource PopupTextColor}"
42
45
</Grid .ColumnDefinitions>
43
46
<Grid .RowDefinitions>
44
47
<RowDefinition Height =" 32" />
45
- <RowDefinition />
46
- <RowDefinition />
48
+ <RowDefinition Height = " 24 " />
49
+ <RowDefinition Height = " * " />
47
50
</Grid .RowDefinitions>
48
51
<!-- TitleBar and Control -->
49
52
<Image
168
171
Grid.Row=" 2"
169
172
Grid.Column=" 0"
170
173
Grid.ColumnSpan=" 5"
171
- Height =" 510"
172
174
Margin =" 15 0 20 0"
173
175
HorizontalAlignment =" Stretch"
174
176
VerticalAlignment =" Stretch"
181
183
Grid.Row=" 2"
182
184
Grid.Column=" 0"
183
185
Grid.ColumnSpan=" 5"
184
- Height =" 510"
185
- Margin =" 15 0 20 0" >
186
+ Margin =" 15 0 20 0"
187
+ HorizontalAlignment =" Stretch"
188
+ VerticalAlignment =" Stretch" >
186
189
<ui : ProgressRing
187
190
x : Name =" RefreshProgressRing"
188
191
Width =" 32"
You can’t perform that action at this time.
0 commit comments