mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 20:35:34 +00:00
Fix a margin
This commit is contained in:
parent
96a6a57ed2
commit
1e4f936e25
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
SmallChange="0.25"
|
||||
Minimum="0"
|
||||
Maximum="10" />
|
||||
<TextBlock Width="40" Margin="5,0,0,0" VerticalAlignment="Center" Text="{Binding RainbowSpeedText}" />
|
||||
<TextBlock Width="40" Margin="5,0,0,1" VerticalAlignment="Center" Text="{Binding RainbowSpeedText}" />
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" IsEnabled="{Binding ShowLedColorPicker}">
|
||||
<TextBlock VerticalAlignment="Center" Text="{ext:Locale ControllerSettingsLedColor}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue