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>
|
</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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue