Shorten LSB and RSB button locales

This commit is contained in:
Isaac Marovitz 2024-02-23 18:13:32 -05:00 committed by Isaac Marovitz
parent e1a62a6854
commit 637343398c
2 changed files with 2 additions and 6 deletions

View file

@ -340,8 +340,8 @@
"KeySlash": "/",
"KeyBackSlash": "\\",
"KeyUnbound": "Unbound",
"GamepadLeftStick": "Left Stick Button",
"GamepadRightStick": "Right Stick Button",
"GamepadLeftStick": "L Stick Button",
"GamepadRightStick": "R Stick Button",
"GamepadLeftShoulder": "Left Shoulder",
"GamepadRightShoulder": "Right Shoulder",
"GamepadLeftTrigger": "Left Trigger",

View file

@ -28,10 +28,6 @@
<Setter Property="Height" Value="27" />
<Setter Property="HorizontalAlignment" Value="Stretch" />
</Style>
<Style Selector="ToggleButton > TextBlock">
<Setter Property="TextTrimming" Value="None" />
<Setter Property="TextWrapping" Value="Wrap" />
</Style>
</UserControl.Styles>
<StackPanel
HorizontalAlignment="Stretch"