diff --git a/Flow.Launcher/App.xaml b/Flow.Launcher/App.xaml index 68ba806d2..9049f8e7e 100644 --- a/Flow.Launcher/App.xaml +++ b/Flow.Launcher/App.xaml @@ -1,13 +1,28 @@ - + - + + + + + + + + + + + + + + + diff --git a/Flow.Launcher/Resources/CustomControlTemplate.xaml b/Flow.Launcher/Resources/CustomControlTemplate.xaml index bcb20579f..113b726a7 100644 --- a/Flow.Launcher/Resources/CustomControlTemplate.xaml +++ b/Flow.Launcher/Resources/CustomControlTemplate.xaml @@ -5,6 +5,20 @@ xmlns:ui="http://schemas.modernwpf.com/2019"> + + + + + + + + + + - + @@ -415,7 +416,7 @@ Grid.Column="1" Margin="4,0,0,0" VerticalAlignment="Center" - FontSize="14" + FontSize="12" Text="{DynamicResource flowlauncher_settings}"> diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 9330e4921..1d969a24c 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -336,8 +336,6 @@ namespace Flow.Launcher this.restoreButton.Visibility = Visibility.Collapsed; } } - - private void Window_StateChanged(object sender, EventArgs e) { this.RefreshMaximizeRestoreButton();