[chore:] ui consistency improvements
This commit is contained in:
@@ -271,8 +271,10 @@
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<StackPanel Orientation="Horizontal" Margin="8" Grid.Row="0">
|
||||
<Button Name="EditButton" Content="Edit" IsEnabled="False" Width="80" Margin="0,0,8,0" />
|
||||
<Button Name="OpenFolderButton" Content="Open Folder" Width="100" />
|
||||
<Button Name="EditButton" Content="Edit" HorizontalContentAlignment="Center"
|
||||
IsEnabled="False" Width="80" Margin="0,0,8,0" />
|
||||
<Button Name="OpenFolderButton" HorizontalContentAlignment="Center"
|
||||
Content="Open Folder" Width="100" />
|
||||
</StackPanel>
|
||||
|
||||
<Border Grid.Row="1" Margin="8" BorderBrush="#DDD" BorderThickness="1" CornerRadius="4">
|
||||
@@ -298,7 +300,7 @@
|
||||
<Label FontSize="16" Content="Global" VerticalContentAlignment="Center" />
|
||||
</StackPanel>
|
||||
</TabItem.Header>
|
||||
<StackPanel Orientation="Vertical">
|
||||
<StackPanel Orientation="Vertical" Spacing="10">
|
||||
<Grid ColumnDefinitions="400,*">
|
||||
<Label Grid.Column="0">config-Datei</Label>
|
||||
<StackPanel Grid.Column="1" Orientation="Vertical" Spacing="5">
|
||||
|
||||
Reference in New Issue
Block a user