mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Right Margin
This commit is contained in:
parent
2dd51c8b6b
commit
29c4235031
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@
|
|||
<Setter Property="FontSize" Value="25" />
|
||||
</Style>
|
||||
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
|
||||
<Thickness x:Key="ItemMargin">10 0 5 0</Thickness>
|
||||
<Thickness x:Key="ItemMargin">10 0 10 0</Thickness>
|
||||
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
|
||||
<Style
|
||||
x:Key="ClockPanel"
|
||||
|
|
|
|||
Loading…
Reference in a new issue