|
116 | 116 | x:Name="DirectoryItemCount"
|
117 | 117 | VerticalAlignment="Center"
|
118 | 118 | x:Load="{x:Bind ShowInfoText, Mode=OneWay}"
|
| 119 | + Foreground="{ThemeResource TextFillColorSecondaryBrush}" |
119 | 120 | Text="{x:Bind DirectoryPropertiesViewModel.DirectoryItemCount, Mode=OneWay}" />
|
120 | 121 |
|
121 | 122 | <TextBlock
|
122 | 123 | x:Name="SelectedItemsCountString"
|
123 | 124 | VerticalAlignment="Center"
|
124 | 125 | x:Load="{x:Bind ShowInfoText, Mode=OneWay}"
|
| 126 | + Foreground="{ThemeResource TextFillColorSecondaryBrush}" |
125 | 127 | Text="{x:Bind SelectedItemsPropertiesViewModel.SelectedItemsCountString, Mode=OneWay}"
|
126 | 128 | Visibility="{x:Bind SelectedItemsPropertiesViewModel.IsItemSelected, Mode=OneWay}" />
|
127 | 129 |
|
128 | 130 | <TextBlock
|
129 | 131 | x:Name="ItemSize"
|
130 | 132 | VerticalAlignment="Center"
|
131 | 133 | x:Load="{x:Bind ShowInfoText, Mode=OneWay}"
|
| 134 | + Foreground="{ThemeResource TextFillColorSecondaryBrush}" |
132 | 135 | Text="{x:Bind SelectedItemsPropertiesViewModel.ItemSize, Mode=OneWay}"
|
133 | 136 | Visibility="{x:Bind SelectedItemsPropertiesViewModel.ItemSizeVisibility, Mode=OneWay}" />
|
134 | 137 | </StackPanel>
|
|
164 | 167 | x:Name="GitBranch"
|
165 | 168 | Background="Transparent"
|
166 | 169 | BorderBrush="Transparent"
|
167 |
| - Content="{x:Bind DirectoryPropertiesViewModel.GitBranchDisplayName, Mode=OneWay}"> |
| 170 | + Content="{x:Bind DirectoryPropertiesViewModel.GitBranchDisplayName, Mode=OneWay}" |
| 171 | + ToolTipService.ToolTip="{helpers:ResourceString Name=ManageBranches}"> |
168 | 172 | <Button.Flyout>
|
169 | 173 | <Flyout x:Name="BranchesFlyout" Opening="BranchesFlyout_Opening">
|
170 | 174 | <Grid
|
|
0 commit comments