mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
Merge branch 'dev/feature/projects' of https://github.com/microsoft/PowerToys into dev/feature/projects
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user