File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/TwitchStreamingTools/Views/Pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<pages : SettingsViewModel />
12
12
</Design .DataContext>
13
13
14
- <Grid HorizontalAlignment =" Stretch" VerticalAlignment =" Stretch" >
14
+ <Grid HorizontalAlignment =" Stretch" VerticalAlignment =" Stretch" ColumnSpacing = " 10 " RowSpacing = " 5 " >
15
15
<Grid .RowDefinitions>
16
16
<RowDefinition Height =" Auto" />
17
17
<RowDefinition Height =" Auto" />
18
18
<RowDefinition Height =" Auto" />
19
19
</Grid .RowDefinitions>
20
20
<Grid .ColumnDefinitions>
21
- <ColumnDefinition Width =" 150 " />
21
+ <ColumnDefinition Width =" Auto " />
22
22
<ColumnDefinition Width =" *" />
23
23
</Grid .ColumnDefinitions>
24
24
<Label Grid.Row=" 0"
59
59
</Grid .ColumnDefinitions>
60
60
<TextBlock Grid.Column=" 0"
61
61
VerticalAlignment =" Center"
62
- Margin = " 0 0 5 0 "
62
+ HorizontalAlignment = " Center "
63
63
Text =" {Binding #Slider.Value, StringFormat={}{0}%}"
64
- HorizontalAlignment = " Center " />
64
+ Margin = " 0 0 10 0 " />
65
65
<Slider Grid.Column=" 1"
66
66
x : Name =" Slider"
67
67
TickFrequency =" 1.0"
You can’t perform that action at this time.
0 commit comments