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": "/", "KeySlash": "/",
"KeyBackSlash": "\\", "KeyBackSlash": "\\",
"KeyUnbound": "Unbound", "KeyUnbound": "Unbound",
"GamepadLeftStick": "Left Stick Button", "GamepadLeftStick": "L Stick Button",
"GamepadRightStick": "Right Stick Button", "GamepadRightStick": "R Stick Button",
"GamepadLeftShoulder": "Left Shoulder", "GamepadLeftShoulder": "Left Shoulder",
"GamepadRightShoulder": "Right Shoulder", "GamepadRightShoulder": "Right Shoulder",
"GamepadLeftTrigger": "Left Trigger", "GamepadLeftTrigger": "Left Trigger",

View file

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