We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec0b2f commit 4ddde88Copy full SHA for 4ddde88
src/Files.App/Views/Settings/ActionsPage.xaml
@@ -133,12 +133,14 @@
133
SelectedItem="{x:Bind ViewModel.SelectedNewShortcutItem, Mode=TwoWay}">
134
<ComboBox.ItemTemplate>
135
<DataTemplate x:DataType="dataitems:ModifiableCommandHotKeyItem">
136
- <StackPanel>
+ <StackPanel Width="240" HorizontalAlignment="Left">
137
<TextBlock Style="{StaticResource BodyTextBlockStyle}" Text="{x:Bind Label}" />
138
<TextBlock
139
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
140
Style="{StaticResource CaptionTextBlockStyle}"
141
- Text="{x:Bind Description}" />
+ Text="{x:Bind Description}"
142
+ TextTrimming="CharacterEllipsis"
143
+ TextWrapping="NoWrap" />
144
</StackPanel>
145
</DataTemplate>
146
</ComboBox.ItemTemplate>
0 commit comments