Skip to content

Commit 3e85ca9

Browse files
authored
Merge pull request #1605 from onesounds/FixGlyphIconSize
Fix Glyph Icon Size in preview
2 parents 6e90f7e + c9fa423 commit 3e85ca9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/Themes/Base.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,10 @@
410410
<Setter Property="Foreground" Value="#555555" />
411411
<Setter Property="VerticalAlignment" Value="Center" />
412412
<Setter Property="HorizontalAlignment" Value="Center" />
413-
<Setter Property="FontSize" Value="128" />
414-
<Setter Property="MaxWidth" Value="128" />
413+
<Setter Property="FontSize" Value="90" />
414+
<Setter Property="MaxWidth" Value="96" />
415415
<Setter Property="Height" Value="Auto" />
416-
<Setter Property="MaxHeight" Value="128" />
416+
<Setter Property="MaxHeight" Value="96" />
417417
<Style.Triggers>
418418
<DataTrigger Binding="{Binding ElementName=PreviewGlyphIcon, UpdateSourceTrigger=PropertyChanged, Path=Text.Length}" Value="0">
419419
<Setter Property="Visibility" Value="Collapsed" />

0 commit comments

Comments
 (0)