We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ef70d commit 1b02a35Copy full SHA for 1b02a35
src/Views/LauncherPage.axaml
@@ -57,7 +57,7 @@
57
PointerPressed="OnMaskClicked"
58
IsVisible="{Binding Popup, Converter={x:Static ObjectConverters.IsNotNull}}"/>
59
60
- <Grid RowDefinitions="Auto,Auto,*" Width="512" HorizontalAlignment="Center">
+ <Grid RowDefinitions="Auto,Auto,*" Width="560" HorizontalAlignment="Center">
61
<!-- Popup -->
62
<Border Grid.Row="0"
63
Margin="6,0"
0 commit comments