|
157 | 157 | <ui:ProgressRing Width="15" Height="15" |
158 | 158 | Margin="0,0,6,0" Padding="7" |
159 | 159 | Foreground="#FFBFC7CE" IsIndeterminate="True" |
160 | | - Visibility="{Binding IsWorking, Converter={StaticResource BoolToVisConverter}}" /> |
| 160 | + Visibility="{Binding IsWorking, Converter={StaticResource BoolToVisConverter}, Mode=OneWay}" /> |
161 | 161 | <Viewbox Grid.Column="1" |
162 | 162 | Width="12" Height="12" |
163 | 163 | Margin="0,0,5,0" HorizontalAlignment="Left" |
|
172 | 172 | Visibility="{Binding IsSteamGame, Converter={StaticResource BooleanToInverseVisibilityConverter}}" /> |
173 | 173 | <Grid> |
174 | 174 | <TextBlock Text="{Binding DisplayName, Converter={StaticResource StrippedFolderPathConverter}}" |
175 | | - MaxWidth="280" MinWidth="100" |
| 175 | + MinWidth="100" MaxWidth="280" |
176 | 176 | Margin="0,-2,0,0" VerticalAlignment="Top" |
177 | 177 | FontSize="15" FontWeight="SemiBold" Foreground="White" |
178 | 178 | MouseLeftButtonDown="DisplayNameTextBlock_MouseLeftButtonDown" |
179 | 179 | TextTrimming="CharacterEllipsis" |
180 | 180 | Visibility="{Binding IsEditing, Converter={StaticResource BooleanToInverseVisibilityConverter}}" /> |
181 | 181 |
|
182 | 182 | <TextBox Text="{Binding DisplayName, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" |
183 | | - MaxWidth="280" MinWidth="100" |
184 | | - Margin="-3,-3,0,0" VerticalAlignment="Top" Padding="0" |
185 | | - FontSize="15" FontWeight="SemiBold" Foreground="{StaticResource TextControlForeground}" |
| 183 | + MinWidth="100" MaxWidth="280" |
| 184 | + Margin="-3,-3,0,0" Padding="0" VerticalAlignment="Top" |
| 185 | + FontSize="15" FontWeight="SemiBold" |
| 186 | + Foreground="{StaticResource TextControlForeground}" |
186 | 187 | KeyDown="DisplayNameTextBox_KeyDown" LostFocus="DisplayNameTextBox_LostFocus" |
187 | 188 | Visibility="{Binding IsEditing, Converter={StaticResource BoolToVisConverter}}" /> |
188 | 189 | </Grid> |
|
251 | 252 | Foreground="White"> |
252 | 253 | <ui:SymbolIcon FontSize="14" Symbol="Delete16" /> |
253 | 254 | <Button.ToolTip> |
254 | | - <ToolTip Background="#304257" ToolTipService.InitialShowDelay="100"> |
| 255 | + <ToolTip ToolTipService.InitialShowDelay="100"> |
255 | 256 | <TextBlock Text="Remove from Watchlist" |
256 | 257 | FontSize="12" Foreground="#FFBFC7CE" TextWrapping="NoWrap" /> |
257 | 258 | </ToolTip> |
258 | 259 | </Button.ToolTip> |
259 | 260 | </Button> |
260 | 261 |
|
261 | | - <Button Margin="0,0,35,0" HorizontalAlignment="Right" |
| 262 | + <Button Margin="0,0,40,0" HorizontalAlignment="Right" |
262 | 263 | Background="#6B8399" |
263 | 264 | Command="{Binding ElementName=UiWatcherListView, Path=DataContext.ReCompressWatchedCommand}" |
264 | 265 | CommandParameter="{Binding}" |
|
274 | 275 | </ui:SymbolIcon.RenderTransform> |
275 | 276 | </ui:SymbolIcon> |
276 | 277 | <Button.ToolTip> |
277 | | - <ToolTip Background="#304257" ToolTipService.InitialShowDelay="100"> |
| 278 | + <ToolTip ToolTipService.InitialShowDelay="100"> |
278 | 279 | <TextBlock Text="Add to compression queue" |
279 | 280 | FontSize="12" Foreground="#FFBFC7CE" TextWrapping="NoWrap" /> |
280 | 281 | </ToolTip> |
281 | 282 | </Button.ToolTip> |
282 | 283 | </Button> |
| 284 | + |
| 285 | + <Button Margin="0,0,80,0" HorizontalAlignment="Right" Visibility="{Binding IsWorking, Converter={StaticResource BooleanToInverseVisibilityConverter}}" |
| 286 | + Command="{Binding ElementName=UiWatcherListView, Path=DataContext.ReAnalyseWatchedCommand}" |
| 287 | + CommandParameter="{Binding}" |
| 288 | + Foreground="White"> |
| 289 | + <ui:FontIcon FontFamily="Segoe Fluent Icons, Segoe MDL2 Assets" FontSize="14" |
| 290 | + Glyph="" /> |
| 291 | + <Button.ToolTip> |
| 292 | + <ToolTip ToolTipService.InitialShowDelay="100"> |
| 293 | + <TextBlock Text="Re-analyse this folder" |
| 294 | + FontSize="12" Foreground="#FFBFC7CE" TextWrapping="NoWrap" /> |
| 295 | + </ToolTip> |
| 296 | + </Button.ToolTip> |
| 297 | + </Button> |
| 298 | + |
283 | 299 | </Grid> |
284 | 300 |
|
285 | 301 |
|
|
0 commit comments