From 0cb9ec923cc4d4bf2c515196466b31b32b7da10f Mon Sep 17 00:00:00 2001 From: DB p Date: Sat, 4 May 2024 08:26:31 +0900 Subject: [PATCH] Adjust Align Toggle Switches in Appearance --- .../SettingPages/Views/SettingsPaneTheme.xaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml index 7b8f44162..8dc485134 100644 --- a/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml +++ b/Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml @@ -25,8 +25,8 @@ @@ -460,10 +460,10 @@ ItemsSource="{Binding TimeFormatList}" SelectedItem="{Binding TimeFormat}" /> + OnContent="{DynamicResource enable}" />  @@ -502,10 +502,10 @@ ItemsSource="{Binding DateFormatList}" SelectedItem="{Binding DateFormat}" /> + OnContent="{DynamicResource enable}" />  @@ -534,10 +534,10 @@ x:Name="Animation" Grid.Row="0" Grid.Column="2" + Margin="0,0,18,0" IsOn="{Binding UseAnimation, Mode=TwoWay}" OffContent="{DynamicResource disable}" - OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + OnContent="{DynamicResource enable}" /> @@ -620,10 +620,10 @@ x:Name="SoundEffect" Grid.Row="0" Grid.Column="2" + Margin="0,0,18,0" IsOn="{Binding UseSound, Mode=TwoWay}" OffContent="{DynamicResource disable}" - OnContent="{DynamicResource enable}" - Style="{DynamicResource SideToggleSwitch}" /> + OnContent="{DynamicResource enable}" />