mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-08-16 07:35:58 +00:00
Fix: Profile dropdown label truncated too early before icon
This commit is contained in:
parent
28906453d8
commit
ea4aed37ac
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
HorizontalAlignment="Stretch"
|
||||
VerticalAlignment="Center"
|
||||
MaxHeight="32"
|
||||
Padding="12,0,44,0"
|
||||
Padding="12,0,15,0"
|
||||
IsEnabled="{Binding ShowSettings}"
|
||||
SelectedItem="{Binding ChosenProfile, Mode=TwoWay}"
|
||||
SelectionChanged="ComboBox_SelectionChanged"
|
||||
|
|
|
|||
Loading…
Reference in a new issue