Skip to content

Commit 641098f

Browse files
committed
ux: better content padding for maximized window on Windows
Signed-off-by: leo <[email protected]>
1 parent fcad8ee commit 641098f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Styles.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</Style>
4141

4242
<Style Selector="Window[WindowState=Maximized].fix_maximized_padding">
43-
<Setter Property="Padding" Value="6"/>
43+
<Setter Property="Padding" Value="8,6,8,8"/>
4444
</Style>
4545

4646
<Style Selector="Window.custom_window_frame">

0 commit comments

Comments
 (0)