Skip to content

Commit 1b02a35

Browse files
committed
ux: popup layout
Signed-off-by: leo <longshuang@msn.cn>
1 parent 63ef70d commit 1b02a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherPage.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
PointerPressed="OnMaskClicked"
5858
IsVisible="{Binding Popup, Converter={x:Static ObjectConverters.IsNotNull}}"/>
5959

60-
<Grid RowDefinitions="Auto,Auto,*" Width="512" HorizontalAlignment="Center">
60+
<Grid RowDefinitions="Auto,Auto,*" Width="560" HorizontalAlignment="Center">
6161
<!-- Popup -->
6262
<Border Grid.Row="0"
6363
Margin="6,0"

0 commit comments

Comments
 (0)