|
20 | 20 | <Grid Grid.Column="0" RowDefinitions="28,*,28,*"> |
21 | 21 | <!-- Stash Bar --> |
22 | 22 | <Border Grid.Row="0" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border0}"> |
23 | | - <Grid ColumnDefinitions="Auto,Auto,*,Auto"> |
| 23 | + <Grid ColumnDefinitions="Auto,Auto,Auto,*,Auto"> |
24 | 24 | <Path Grid.Column="0" Margin="8,0,0,0" Width="14" Height="14" Fill="{DynamicResource Brush.FG2}" Data="{StaticResource Icons.Stashes}"/> |
25 | 25 | <TextBlock Grid.Column="1" Text="{DynamicResource Text.Stashes.Stashes}" Foreground="{DynamicResource Brush.FG2}" FontWeight="Bold" Margin="8,0,0,0"/> |
26 | | - |
27 | | - <Button Grid.Column="3" |
| 26 | + <TextBlock Grid.Column="2" Text="{Binding Stashes, Converter={x:Static c:ListConverters.ToCount}}" Foreground="{DynamicResource Brush.FG2}" FontWeight="Bold"/> |
| 27 | + <Button Grid.Column="4" |
28 | 28 | Classes="icon_button" |
29 | 29 | Width="26" Height="14" |
30 | 30 | Padding="0" |
|
80 | 80 |
|
81 | 81 | <!-- Changes Bar --> |
82 | 82 | <Border Grid.Row="2" BorderThickness="0,1" BorderBrush="{DynamicResource Brush.Border0}"> |
83 | | - <Grid ColumnDefinitions="Auto,Auto,Auto,*,Auto"> |
| 83 | + <Grid ColumnDefinitions="Auto,Auto,*"> |
84 | 84 | <Path Grid.Column="0" Margin="8,0,0,0" Width="14" Height="14" Fill="{DynamicResource Brush.FG2}" Data="{StaticResource Icons.File}"/> |
85 | 85 | <TextBlock Grid.Column="1" Text="{DynamicResource Text.Stashes.Changes}" Foreground="{DynamicResource Brush.FG2}" FontWeight="Bold" Margin="8,0,0,0"/> |
| 86 | + <TextBlock Grid.Column="2" Text="{Binding Changes, Converter={x:Static c:ListConverters.ToCount}}" Foreground="{DynamicResource Brush.FG2}" FontWeight="Bold"/> |
86 | 87 | </Grid> |
87 | 88 | </Border> |
88 | 89 |
|
|
0 commit comments