File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
src/Files.App/Views/LayoutModes Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 676676 HorizontalAlignment=" Stretch"
677677 VerticalAlignment=" Center"
678678 Visibility=" {Binding ColumnsViewModel.TagColumn.Visibility, ElementName=PageRoot, Mode=OneWay}" >
679- <Border
680- Height=" 20 "
679+ <StackPanel
680+ Height=" 24 "
681681 Padding=" 8,0"
682682 HorizontalAlignment=" Left"
683683 x:Phase=" 2"
684- Background=" {x:Bind FileTagsUI[0].Color, Mode=OneWay, Converter={StaticResource StringToBrushConverter}}"
685684 BorderBrush=" {x:Bind FileTagsUI[0].Color, Mode=OneWay, Converter={StaticResource StringToBrushConverter}}"
686685 BorderThickness=" 1"
687- CornerRadius=" 8"
686+ CornerRadius=" 12"
687+ Orientation=" Horizontal"
688+ Spacing=" 8"
688689 ToolTipService.ToolTip=" {x:Bind FileTagsUI[0].Name, Mode=OneWay}"
689690 Visibility=" {x:Bind FileTagsUI, Converter={StaticResource EmptyObjectToObjectConverter}, Mode=OneWay}" >
691+ <FontIcon
692+ FontSize=" 12"
693+ Foreground=" {x:Bind FileTagsUI[0].Color, Mode=OneWay, Converter={StaticResource StringToBrushConverter}}"
694+ Glyph="  " />
690695 <TextBlock
691696 x:Name=" ItemTag"
697+ VerticalAlignment=" Center"
692698 FontSize=" 12"
699+ LineHeight=" 18"
693700 Style=" {StaticResource ColumnContentTextBlock}"
694701 Text=" {x:Bind FileTagsUI[0].Name, Mode=OneWay}"
695702 TextTrimming=" CharacterEllipsis"
696703 Visibility=" {x:Bind FileTagsUI, Converter={StaticResource EmptyObjectToObjectConverter}, Mode=OneWay}" />
697- </Border >
704+ </StackPanel >
698705 </Grid >
699706
700707 <TextBlock
You can’t perform that action at this time.
0 commit comments