mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 21:54:59 +00:00
ux: add an empty icon if there are no git command logs available
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
06d033464d
commit
9c53894cb4
1 changed files with 7 additions and 0 deletions
|
@ -96,6 +96,13 @@
|
||||||
</ListBox.ItemTemplate>
|
</ListBox.ItemTemplate>
|
||||||
</ListBox>
|
</ListBox>
|
||||||
|
|
||||||
|
<Path Grid.Column="0"
|
||||||
|
HorizontalAlignment="Center" VerticalAlignment="Center"
|
||||||
|
Width="48" Height="48"
|
||||||
|
Data="{StaticResource Icons.Empty}"
|
||||||
|
Fill="{DynamicResource Brush.FG2}"
|
||||||
|
IsVisible="{Binding Logs.Count, Converter={x:Static c:IntConverters.IsZero}}"/>
|
||||||
|
|
||||||
<Border Grid.Column="2"
|
<Border Grid.Column="2"
|
||||||
BorderBrush="{DynamicResource Brush.Border2}"
|
BorderBrush="{DynamicResource Brush.Border2}"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue