mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-05-05 18:57:50 +00:00
Fix checkbox alignment
This commit is contained in:
parent
8a1c48e035
commit
60e2a9dd00
@ -49,7 +49,9 @@
|
|||||||
Maximum="65535" />
|
Maximum="65535" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel
|
<StackPanel
|
||||||
Orientation="Horizontal">
|
Margin="10,0,0,0"
|
||||||
|
HorizontalAlignment="Stretch"
|
||||||
|
Orientation="Vertical">
|
||||||
<CheckBox IsChecked="{Binding DebuggerSuspendOnStart}">
|
<CheckBox IsChecked="{Binding DebuggerSuspendOnStart}">
|
||||||
<TextBlock Text="{locale:Locale DebuggerSuspendOnStart}"
|
<TextBlock Text="{locale:Locale DebuggerSuspendOnStart}"
|
||||||
ToolTip.Tip="{locale:Locale DebuggerSuspendOnStartTooltip}" />
|
ToolTip.Tip="{locale:Locale DebuggerSuspendOnStartTooltip}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user