We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e120b9 commit 1131ccaCopy full SHA for 1131cca
1 file changed
Popups/ConfirmLyricsPopup.xaml
@@ -9,6 +9,6 @@
9
mc:Ignorable="d">
10
11
<ScrollView VerticalAlignment="Stretch" HorizontalAlignment="Stretch" MaxHeight="400">
12
- <TextBlock x:Name="LyricText" Text="Couldn't get the song from the server. :p" TextWrapping="Wrap" />
+ <TextBlock x:Name="LyricText" Text="Couldn't get the song from the server. :p" TextWrapping="Wrap" TextAlignment="Center" />
13
</ScrollView>
14
</Page>
0 commit comments