File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/Files.App/UserControls/Pane Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 275275 <StackPanel
276276 x:Name=" DetailsTagsList"
277277 Margin=" 12,8,12,0"
278- Spacing=" 4"
279278 Visibility=" Collapsed" >
280279
281280 <StackPanel Orientation =" Horizontal" Spacing =" 8" >
309308 SelectionMode=" None" >
310309 <GridView .ItemsPanel>
311310 <ItemsPanelTemplate >
312- <controls : WrapPanel HorizontalSpacing = " 4 " Orientation =" Horizontal" />
311+ <controls : WrapPanel Orientation =" Horizontal" />
313312 </ItemsPanelTemplate >
314313 </GridView .ItemsPanel>
315314
323322 HorizontalAlignment=" Left"
324323 x:Load=" {x:Bind IsTag, Mode=OneWay}"
325324 AutomationProperties.Name=" {x:Bind AsTag.Tag.Name, Mode=OneWay}"
326- Background=" {ThemeResource ControlAltFillColorSecondary }"
325+ Background=" {ThemeResource SubtleFillColorTransparent }"
327326 CornerRadius=" 12"
328327 Orientation=" Horizontal"
329328 Spacing=" 8"
354353
355354 <VisualState x : Name =" PointerOver" >
356355 <VisualState .Setters>
357- <Setter Target =" TagPill.Background" Value =" {ThemeResource ControlAltFillColorTertiary }" />
356+ <Setter Target =" TagPill.Background" Value =" {ThemeResource SubtleFillColorSecondary }" />
358357 <!-- <Setter Target="RemoveTagIcon.Visibility" Value="Visible" />-->
359358 </VisualState .Setters>
360359 </VisualState >
370369 <!-- Open Properties Button -->
371370 <Button
372371 x:Name=" DetailsOpenProperties"
373- Margin=" 8,8 ,8,8"
372+ Margin=" 12,0 ,8,8"
374373 HorizontalAlignment=" Left"
375374 Command=" {x:Bind Commands.OpenProperties}"
376375 IsEnabled=" {x:Bind Commands.OpenProperties.IsExecutable, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments