Skip to content

Commit 251e06c

Browse files
chore: spacing clean up on settings view
Cleaning up the settings view to give the controls some space.
1 parent bf4731d commit 251e06c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/TwitchStreamingTools/Views/Pages/SettingsView.axaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<pages:SettingsViewModel />
1212
</Design.DataContext>
1313

14-
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
14+
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ColumnSpacing="10" RowSpacing="5">
1515
<Grid.RowDefinitions>
1616
<RowDefinition Height="Auto" />
1717
<RowDefinition Height="Auto" />
1818
<RowDefinition Height="Auto" />
1919
</Grid.RowDefinitions>
2020
<Grid.ColumnDefinitions>
21-
<ColumnDefinition Width="150" />
21+
<ColumnDefinition Width="Auto" />
2222
<ColumnDefinition Width="*" />
2323
</Grid.ColumnDefinitions>
2424
<Label Grid.Row="0"
@@ -59,9 +59,9 @@
5959
</Grid.ColumnDefinitions>
6060
<TextBlock Grid.Column="0"
6161
VerticalAlignment="Center"
62-
Margin="0 0 5 0"
62+
HorizontalAlignment="Center"
6363
Text="{Binding #Slider.Value, StringFormat={}{0}%}"
64-
HorizontalAlignment="Center" />
64+
Margin="0 0 10 0" />
6565
<Slider Grid.Column="1"
6666
x:Name="Slider"
6767
TickFrequency="1.0"

0 commit comments

Comments
 (0)