ux: better content padding for maximized window on Windows

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-12 16:27:54 +08:00
parent fcad8eeadc
commit 641098ffb2
No known key found for this signature in database

View file

@ -40,7 +40,7 @@
</Style> </Style>
<Style Selector="Window[WindowState=Maximized].fix_maximized_padding"> <Style Selector="Window[WindowState=Maximized].fix_maximized_padding">
<Setter Property="Padding" Value="6"/> <Setter Property="Padding" Value="8,6,8,8"/>
</Style> </Style>
<Style Selector="Window.custom_window_frame"> <Style Selector="Window.custom_window_frame">