mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix clockpanel basedon
This commit is contained in:
parent
f8aee15fe1
commit
20f2fecae3
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@
|
||||||
<Thickness x:Key="ResultMargin">0 0 0 10</Thickness>
|
<Thickness x:Key="ResultMargin">0 0 0 10</Thickness>
|
||||||
<Style
|
<Style
|
||||||
x:Key="ClockPanel"
|
x:Key="ClockPanel"
|
||||||
BasedOn="{StaticResource ClockPanel}"
|
BasedOn="{StaticResource BaseClockPanel}"
|
||||||
TargetType="{x:Type StackPanel}">
|
TargetType="{x:Type StackPanel}">
|
||||||
<Setter Property="Margin" Value="0 0 54 0" />
|
<Setter Property="Margin" Value="0 0 54 0" />
|
||||||
</Style>
|
</Style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue