mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[Settings] Minor UI fixes (#18227)
* Fix wrapping * Fix margin * Fix IsEnabled * Update ShortcutGuidePage.xaml
This commit is contained in:
@@ -257,7 +257,7 @@
|
||||
<Rectangle Style="{StaticResource ExpanderSeparatorStyle}" />
|
||||
<controls:CheckBoxWithDescriptionControl Header="{x:Bind Path=DisplayLabel}" Description="{x:Bind Path=DisplayDescription}"
|
||||
IsChecked="{x:Bind Path=Value, Mode=TwoWay}"
|
||||
Margin="{StaticResource ExpanderSettingMargin}"/>
|
||||
Margin="56, 0, 40, 16"/>
|
||||
</StackPanel>
|
||||
|
||||
</DataTemplate>
|
||||
|
||||
Reference in New Issue
Block a user