mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change theme reset value
This commit is contained in:
parent
f8d82f3f9b
commit
6264447057
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ public partial class SettingsPaneThemeViewModel : BaseModel
|
|||
{
|
||||
SelectedQueryBoxFont = new FontFamily(DefaultFont);
|
||||
SelectedQueryBoxFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };
|
||||
QueryBoxFontSize = 20;
|
||||
QueryBoxFontSize = 18;
|
||||
|
||||
SelectedResultFont = new FontFamily(DefaultFont);
|
||||
SelectedResultFontFaces = new FamilyTypeface { Stretch = FontStretches.Normal, Weight = FontWeights.Normal, Style = FontStyles.Normal };
|
||||
|
|
|
|||
Loading…
Reference in a new issue