Setting MinWidth on Shortcut user control (#46035)

Closes: #45683
This commit is contained in:
Niels Laute
2026-03-10 11:37:09 +01:00
committed by GitHub
parent f82fb2a411
commit f049cc5839
13 changed files with 26 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
Name="WorkspacesActivationShortcut"
x:Uid="Workspaces_ActivationShortcut"
HeaderIcon="{ui:FontIcon Glyph=}">
<controls:ShortcutControl MinWidth="{StaticResource SettingActionControlMinWidth}" HotkeySettings="{x:Bind Path=ViewModel.Hotkey, Mode=TwoWay}" />
<controls:ShortcutControl HotkeySettings="{x:Bind Path=ViewModel.Hotkey, Mode=TwoWay}" />
</tkcontrols:SettingsCard>
<tkcontrols:SettingsCard
Name="WorkspacesLaunchEditorButtonControl"