mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-10 12:49:13 +00:00
Shorten LSB and RSB button locales
This commit is contained in:
parent
e1a62a6854
commit
637343398c
2 changed files with 2 additions and 6 deletions
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue