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 3030 </Grid .ColumnDefinitions>
3131
3232
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 >
3434 <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 >
3636 <TextBox Grid.Row=" 1" Grid.Column=" 1" Text =" {Binding UserEnteredPhonetic}" />
3737 <StackPanel Grid.Row=" 2" Grid.Column=" 0" Orientation =" Horizontal" HorizontalAlignment =" Right"
3838 Grid.ColumnSpan=" 2" >
You can’t perform that action at this time.
0 commit comments