Skip to content

Commit 7f375be

Browse files
committed
Add SnapPixel
1 parent 32e406e commit 7f375be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@
8787
<Setter Property="Background" Value="#2F2F2F" />
8888
<Setter Property="Padding" Value="0,0,0,0" />
8989
<Setter Property="CornerRadius" Value="5" />
90+
<Setter Property="UseLayoutRounding" Value="True" />
91+
<Setter Property="SnapsToDevicePixels" Value="True" />
9092
</Style>
9193
<Style x:Key="BaseWindowStyle" TargetType="{x:Type Window}">
9294
<Setter Property="Width" Value="600" />

0 commit comments

Comments
 (0)