Skip to content

Commit ebe824b

Browse files
committed
Rollback Default theme to win11light from win11system
1 parent 20b0db3 commit ebe824b

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Flow.Launcher.Infrastructure/Constant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static class Constant
3737

3838
public static readonly string QueryTextBoxIconImagePath = $"{ProgramDirectory}\\Images\\mainsearch.svg";
3939

40-
public const string DefaultTheme = "Win11System";
40+
public const string DefaultTheme = "Win11Light";
4141

4242
public const string Light = "Light";
4343
public const string Dark = "Dark";

Flow.Launcher/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<ui:XamlControlsResources />
2626
<ResourceDictionary Source="pack://application:,,,/Resources/CustomControlTemplate.xaml" />
2727
<ResourceDictionary Source="pack://application:,,,/Resources/SettingWindowStyle.xaml" />
28-
<ResourceDictionary Source="pack://application:,,,/Themes/Win11System.xaml" />
28+
<ResourceDictionary Source="pack://application:,,,/Themes/Win11Light.xaml" />
2929
<ResourceDictionary Source="pack://application:,,,/Languages/en.xaml" />
3030
</ResourceDictionary.MergedDictionaries>
3131
</ResourceDictionary>

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
<Grid
467467
Width="Auto"
468468
Height="34"
469+
MinWidth="140"
469470
Margin="0">
470471
<StackPanel Margin="12 0" Orientation="Horizontal">
471472
<TextBlock

0 commit comments

Comments
 (0)