ux: remove rounded corner when window is maximized (#378)

This commit is contained in:
leo
2024-08-20 20:48:44 +08:00
parent 05db9e429d
commit c1c1e1f0c8

View File

@@ -143,6 +143,7 @@
<Style Selector="Window.custom_window_frame[WindowState=Maximized] /template/ Border#PART_ContentRoot">
<Setter Property="BorderThickness" Value="0"/>
<Setter Property="CornerRadius" Value="0"/>
</Style>
<Style Selector="Window.custom_window_frame[WindowState=Maximized] /template/ Border.resize_border">