mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix GlyphIconSize
This commit is contained in:
parent
3dda61866c
commit
c9fa423e9b
1 changed files with 3 additions and 3 deletions
|
|
@ -410,10 +410,10 @@
|
|||
<Setter Property="Foreground" Value="#555555" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="HorizontalAlignment" Value="Center" />
|
||||
<Setter Property="FontSize" Value="128" />
|
||||
<Setter Property="MaxWidth" Value="128" />
|
||||
<Setter Property="FontSize" Value="90" />
|
||||
<Setter Property="MaxWidth" Value="96" />
|
||||
<Setter Property="Height" Value="Auto" />
|
||||
<Setter Property="MaxHeight" Value="128" />
|
||||
<Setter Property="MaxHeight" Value="96" />
|
||||
<Style.Triggers>
|
||||
<DataTrigger Binding="{Binding ElementName=PreviewGlyphIcon, UpdateSourceTrigger=PropertyChanged, Path=Text.Length}" Value="0">
|
||||
<Setter Property="Visibility" Value="Collapsed" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue