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 275
275
<StackPanel
276
276
x:Name=" DetailsTagsList"
277
277
Margin=" 12,8,12,0"
278
- Spacing=" 4"
279
278
Visibility=" Collapsed" >
280
279
281
280
<StackPanel Orientation =" Horizontal" Spacing =" 8" >
309
308
SelectionMode=" None" >
310
309
<GridView .ItemsPanel>
311
310
<ItemsPanelTemplate >
312
- <controls : WrapPanel HorizontalSpacing = " 4 " Orientation =" Horizontal" />
311
+ <controls : WrapPanel Orientation =" Horizontal" />
313
312
</ItemsPanelTemplate >
314
313
</GridView .ItemsPanel>
315
314
323
322
HorizontalAlignment=" Left"
324
323
x:Load=" {x:Bind IsTag, Mode=OneWay}"
325
324
AutomationProperties.Name=" {x:Bind AsTag.Tag.Name, Mode=OneWay}"
326
- Background=" {ThemeResource ControlAltFillColorSecondary }"
325
+ Background=" {ThemeResource SubtleFillColorTransparent }"
327
326
CornerRadius=" 12"
328
327
Orientation=" Horizontal"
329
328
Spacing=" 8"
354
353
355
354
<VisualState x : Name =" PointerOver" >
356
355
<VisualState .Setters>
357
- <Setter Target =" TagPill.Background" Value =" {ThemeResource ControlAltFillColorTertiary }" />
356
+ <Setter Target =" TagPill.Background" Value =" {ThemeResource SubtleFillColorSecondary }" />
358
357
<!-- <Setter Target="RemoveTagIcon.Visibility" Value="Visible" />-->
359
358
</VisualState .Setters>
360
359
</VisualState >
370
369
<!-- Open Properties Button -->
371
370
<Button
372
371
x:Name=" DetailsOpenProperties"
373
- Margin=" 8,8 ,8,8"
372
+ Margin=" 12,0 ,8,8"
374
373
HorizontalAlignment=" Left"
375
374
Command=" {x:Bind Commands.OpenProperties}"
376
375
IsEnabled=" {x:Bind Commands.OpenProperties.IsExecutable, Mode=OneWay}"
You can’t perform that action at this time.
0 commit comments