changed "no projects" text color and position

This commit is contained in:
seraphima
2024-06-20 11:28:56 +02:00
parent 852d67b569
commit 0c83e632ed

View File

@@ -158,8 +158,10 @@
Grid.Row="2"
Text="{Binding EmptyProjectsViewMessage, UpdateSourceTrigger=PropertyChanged}"
FontSize="20"
Foreground="{DynamicResource PrimaryForegroundBrush}"
Margin="40,40,40,40"
Foreground="{DynamicResource SecondaryForegroundBrush}"
TextAlignment="Center"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Visibility="{Binding IsProjectsViewEmpty, Mode=OneWay, Converter={StaticResource BoolToVis}, UpdateSourceTrigger=PropertyChanged}"/>
<ScrollViewer
VerticalContentAlignment="Stretch"