Fix checkbox alignment
This commit is contained in:
parent
8a1c48e035
commit
60e2a9dd00
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue