mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix ToggleSwitch Aliginment in Hotkey/Proxy
This commit is contained in:
parent
21fb4c6053
commit
1dccf34650
2 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue