mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-30 17:16:25 +02:00
gdb: Adjust Settings UI
This commit is contained in:
parent
b1c1ad54e8
commit
669179ca2e
2 changed files with 40 additions and 13 deletions
|
@ -26,19 +26,21 @@
|
|||
Orientation="Vertical"
|
||||
Spacing="10">
|
||||
<TextBlock Classes="h1" Text="{ext:Locale SettingsTabDebugTitle}" />
|
||||
<TextBlock Foreground="{DynamicResource SecondaryTextColor}" Text="{ext:Locale SettingsTabDebugNote}" />
|
||||
<StackPanel
|
||||
Margin="10,0,0,0"
|
||||
HorizontalAlignment="Stretch"
|
||||
Orientation="Vertical">
|
||||
<CheckBox IsChecked="{Binding EnableGdbStub}">
|
||||
<TextBlock Text="{ext:Locale EnableGDBStub}"
|
||||
ToolTip.Tip="{ext:Locale GDBStubToggleTooltip}" />
|
||||
<TextBlock Text="{ext:Locale SettingsTabDebugEnableGDBStub}"
|
||||
ToolTip.Tip="{ext:Locale SettingsTabDebugGDBStubToggleTooltip}" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="10,0,0,0"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center"
|
||||
Text="{ext:Locale GDBStubPort}"
|
||||
Text="{ext:Locale SettingsTabDebugGDBStubPort}"
|
||||
Width="250" />
|
||||
<ui:NumberBox Value="{Binding GDBStubPort}"
|
||||
Width="350"
|
||||
|
@ -54,8 +56,8 @@
|
|||
HorizontalAlignment="Stretch"
|
||||
Orientation="Vertical">
|
||||
<CheckBox IsChecked="{Binding DebuggerSuspendOnStart}">
|
||||
<TextBlock Text="{ext:Locale DebuggerSuspendOnStart}"
|
||||
ToolTip.Tip="{ext:Locale DebuggerSuspendOnStartTooltip}" />
|
||||
<TextBlock Text="{ext:Locale SettingsTabDebugSuspendOnStart}"
|
||||
ToolTip.Tip="{ext:Locale SettingsTabDebugSuspendOnStartTooltip}" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue