File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Nullinside.TwitchStreamingTools/Views/Pages/SettingsView Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
</Grid .ColumnDefinitions>
31
31
32
32
33
- <Label Grid.Row=" 0" Grid.Column=" 0" VerticalAlignment =" Center" >Word:</Label >
33
+ <Label Grid.Row=" 0" Grid.Column=" 0" VerticalAlignment =" Center" HorizontalAlignment = " Right " >Word:</Label >
34
34
<TextBox Grid.Row=" 0" Grid.Column=" 1" Text =" {Binding UserEnteredWord}" />
35
- <Label Grid.Row=" 1" Grid.Column=" 0" VerticalAlignment =" Center" >Phonetic:</Label >
35
+ <Label Grid.Row=" 1" Grid.Column=" 0" VerticalAlignment =" Center" HorizontalAlignment = " Right " >Phonetic:</Label >
36
36
<TextBox Grid.Row=" 1" Grid.Column=" 1" Text =" {Binding UserEnteredPhonetic}" />
37
37
<StackPanel Grid.Row=" 2" Grid.Column=" 0" Orientation =" Horizontal" HorizontalAlignment =" Right"
38
38
Grid.ColumnSpan=" 2" >
You can’t perform that action at this time.
0 commit comments