Skip to content

Commit 88a2088

Browse files
committed
Update min width & min height
1 parent 54c6eaa commit 88a2088

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Flow.Launcher/ReleaseNotesWindow.xaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
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}"
@@ -42,8 +45,8 @@
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
@@ -168,7 +171,6 @@
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"
@@ -181,8 +183,9 @@
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"

0 commit comments

Comments
 (0)