Skip to content

Commit 8cbbd7a

Browse files
chore: formatting of text
Right-aligning some text to remain consistent
1 parent 282b72c commit 8cbbd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nullinside.TwitchStreamingTools/Views/Pages/SettingsView/TtsPhoneticWordsControl.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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">

0 commit comments

Comments
 (0)