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>
<ui:ToggleSwitch
Grid.Column="2"
IsOn="{Binding Settings.ShowOpenResultHotkey}"
Style="{DynamicResource SideToggleSwitch}" />
Margin="0,0,18,0"
IsOn="{Binding Settings.ShowOpenResultHotkey}" />
</ItemsControl>
</Border>
</StackPanel>

View file

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