Fix ToggleSwitch Aliginment in Hotkey/Proxy

This commit is contained in:
DB p 2024-04-30 02:13:49 +09:00
parent 21fb4c6053
commit 1dccf34650
2 changed files with 4 additions and 4 deletions

View file

@ -113,8 +113,8 @@
</StackPanel> </StackPanel>
<ui:ToggleSwitch <ui:ToggleSwitch
Grid.Column="2" Grid.Column="2"
IsOn="{Binding Settings.ShowOpenResultHotkey}" Margin="0,0,18,0"
Style="{DynamicResource SideToggleSwitch}" /> IsOn="{Binding Settings.ShowOpenResultHotkey}" />
</ItemsControl> </ItemsControl>
</Border> </Border>
</StackPanel> </StackPanel>

View file

@ -58,8 +58,8 @@
Text="{DynamicResource enableProxy}" /> Text="{DynamicResource enableProxy}" />
<ui:ToggleSwitch <ui:ToggleSwitch
Grid.Column="2" Grid.Column="2"
IsOn="{Binding Settings.Proxy.Enabled}" Margin="0,0,18,0"
Style="{DynamicResource SideToggleSwitch}" /> IsOn="{Binding Settings.Proxy.Enabled}" />
</ItemsControl> </ItemsControl>
</Border> </Border>
<Separator <Separator