We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e406e commit 7f375beCopy full SHA for 7f375be
Flow.Launcher/Themes/Base.xaml
@@ -87,6 +87,8 @@
87
<Setter Property="Background" Value="#2F2F2F" />
88
<Setter Property="Padding" Value="0,0,0,0" />
89
<Setter Property="CornerRadius" Value="5" />
90
+ <Setter Property="UseLayoutRounding" Value="True" />
91
+ <Setter Property="SnapsToDevicePixels" Value="True" />
92
</Style>
93
<Style x:Key="BaseWindowStyle" TargetType="{x:Type Window}">
94
<Setter Property="Width" Value="600" />
0 commit comments