Skip to content

Commit cd32751

Browse files
committed
Fix Fullscreen Layout
1 parent e5a0203 commit cd32751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
<Setter Property="BorderThickness" Value="1" />
7575
<Style.Triggers>
7676
<DataTrigger Binding="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}, Path=WindowState}" Value="Maximized">
77-
<Setter Property="BorderThickness" Value="1" />
77+
<Setter Property="BorderThickness" Value="0" />
78+
<Setter Property="Padding" Value="6" />
7879
</DataTrigger>
7980
</Style.Triggers>
8081
</Style>

0 commit comments

Comments
 (0)