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 1010 xmlns : ui =" http://schemas.modernwpf.com/2019"
1111 xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
1212 Title =" {DynamicResource releaseNotes}"
13- Width =" 700"
13+ Width =" 940"
14+ Height =" 600"
15+ MinWidth =" 940"
16+ MinHeight =" 600"
1417 Background =" {DynamicResource PopuBGColor}"
1518 Closed =" Window_Closed"
1619 Foreground =" {DynamicResource PopupTextColor}"
4245 </Grid .ColumnDefinitions>
4346 <Grid .RowDefinitions>
4447 <RowDefinition Height =" 32" />
45- <RowDefinition />
46- <RowDefinition />
48+ <RowDefinition Height = " 24 " />
49+ <RowDefinition Height = " * " />
4750 </Grid .RowDefinitions>
4851 <!-- TitleBar and Control -->
4952 <Image
168171 Grid.Row=" 2"
169172 Grid.Column=" 0"
170173 Grid.ColumnSpan=" 5"
171- Height =" 510"
172174 Margin =" 15 0 20 0"
173175 HorizontalAlignment =" Stretch"
174176 VerticalAlignment =" Stretch"
181183 Grid.Row=" 2"
182184 Grid.Column=" 0"
183185 Grid.ColumnSpan=" 5"
184- Height =" 510"
185- Margin =" 15 0 20 0" >
186+ Margin =" 15 0 20 0"
187+ HorizontalAlignment =" Stretch"
188+ VerticalAlignment =" Stretch" >
186189 <ui : ProgressRing
187190 x : Name =" RefreshProgressRing"
188191 Width =" 32"
You can’t perform that action at this time.
0 commit comments