Skip to content

Commit 4c846e2

Browse files
committed
Fix Reserved Glyph Area
1 parent 89b5242 commit 4c846e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/ResultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public Visibility ShowGlyph
112112
if (!Settings.UseGlyphIcons && !ImgIconAvailable && GlyphAvailable)
113113
return Visibility.Visible;
114114

115-
return Settings.UseGlyphIcons && GlyphAvailable ? Visibility.Visible : Visibility.Hidden;
115+
return Settings.UseGlyphIcons && GlyphAvailable ? Visibility.Visible : Visibility.Collapsed;
116116
}
117117
}
118118

0 commit comments

Comments
 (0)