File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public string Theme
82
82
/* Appearance Settings. It should be separated from the setting later.*/
83
83
public double WindowHeightSize { get ; set ; } = 42 ;
84
84
public double ItemHeightSize { get ; set ; } = 58 ;
85
- public double QueryBoxFontSize { get ; set ; } = 20 ;
85
+ public double QueryBoxFontSize { get ; set ; } = 18 ;
86
86
public double ResultItemFontSize { get ; set ; } = 16 ;
87
87
public double ResultSubItemFontSize { get ; set ; } = 13 ;
88
88
public string QueryBoxFont { get ; set ; } = FontFamily . GenericSansSerif . Name ;
@@ -114,7 +114,7 @@ public string Theme
114
114
public double ? SettingWindowLeft { get ; set ; } = null ;
115
115
public WindowState SettingWindowState { get ; set ; } = WindowState . Normal ;
116
116
117
- bool _showPlaceholder { get ; set ; } = false ;
117
+ bool _showPlaceholder { get ; set ; } = true ;
118
118
public bool ShowPlaceholder
119
119
{
120
120
get => _showPlaceholder ;
You can’t perform that action at this time.
0 commit comments