Skip to content

Commit 1131cca

Browse files
committed
center lyrics in confirm
1 parent 0e120b9 commit 1131cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Popups/ConfirmLyricsPopup.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
mc:Ignorable="d">
1010

1111
<ScrollView VerticalAlignment="Stretch" HorizontalAlignment="Stretch" MaxHeight="400">
12-
<TextBlock x:Name="LyricText" Text="Couldn't get the song from the server. :p" TextWrapping="Wrap" />
12+
<TextBlock x:Name="LyricText" Text="Couldn't get the song from the server. :p" TextWrapping="Wrap" TextAlignment="Center" />
1313
</ScrollView>
1414
</Page>

0 commit comments

Comments
 (0)