Skip to content

Commit f032250

Browse files
committed
Increase No discipline text size on student index
1 parent 29eb7d7 commit f032250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grade_app/StudentIndexPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ActivityIndicator x:Name="activityIndicator" IsRunning="False" IsVisible="False"/>
55
<Label x:Name="EmptyListText"
66
Text="В настоящий момент Вы не подписаны ни на одну из существующих дисциплин."
7+
FontSize="{StaticResource MyTitle}"
78
HorizontalTextAlignment="Center"
89
IsVisible="False"/>
910
<ListView ItemsSource="{Binding DisciplineItems}"

0 commit comments

Comments
 (0)