mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
fix: adjust margin for console
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<Grid Grid.Row="0"
|
<Grid Grid.Row="0"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Grid.ColumnSpan="2">
|
Grid.ColumnSpan="2">
|
||||||
<StackPanel Margin="0 0 0 16">
|
<StackPanel Margin="0 0 0 8">
|
||||||
<Grid RowDefinitions="auto" ColumnDefinitions="auto,*,auto">
|
<Grid RowDefinitions="auto" ColumnDefinitions="auto,*,auto">
|
||||||
<ComboBox ItemsSource="{Binding RequestMethods}"
|
<ComboBox ItemsSource="{Binding RequestMethods}"
|
||||||
SelectedItem="{Binding Request.Method}"
|
SelectedItem="{Binding Request.Method}"
|
||||||
|
|||||||
Reference in New Issue
Block a user