mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Query Font Size
This commit is contained in:
parent
6ab2df62c2
commit
5ebe2d8fb1
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
/* Appearance Settings. It should be separated from the setting later.*/
|
||||
public double WindowHeightSize { get; set; } = 42;
|
||||
public double ItemHeightSize { get; set; } = 58;
|
||||
public double QueryBoxFontSize { get; set; } = 18;
|
||||
public double QueryBoxFontSize { get; set; } = 16;
|
||||
public double ResultItemFontSize { get; set; } = 16;
|
||||
public double ResultSubItemFontSize { get; set; } = 13;
|
||||
public string QueryBoxFont { get; set; } = GetSystemDefaultFont();
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
{
|
||||
SelectedQueryBoxFont = new FontFamily(DefaultFont);
|
||||
SelectedQueryBoxFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };
|
||||
QueryBoxFontSize = 18;
|
||||
QueryBoxFontSize = 16;
|
||||
|
||||
SelectedResultFont = new FontFamily(DefaultFont);
|
||||
SelectedResultFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };
|
||||
|
|
|
|||
Loading…
Reference in a new issue