File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
src/Files.App/UserControls/Widgets Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 24
24
MaximumRowsOrColumns=" 6"
25
25
MinColumnSpacing=" 8"
26
26
MinItemHeight=" 286"
27
- MinItemWidth=" 216 "
27
+ MinItemWidth=" 240 "
28
28
MinRowSpacing=" 8"
29
29
Orientation=" Horizontal" />
30
30
</ItemsRepeater .Layout>
70
70
<!-- Contents -->
71
71
<GridView
72
72
Grid.Row=" 1"
73
- Padding=" 4,0 "
73
+ Padding=" 4"
74
74
HorizontalAlignment=" Stretch"
75
75
IsItemClickEnabled=" True"
76
76
ItemClick=" FileTagItem_ItemClick"
77
77
ItemsSource=" {x:Bind Tags}"
78
78
SelectionMode=" None" >
79
+ <GridView .ItemContainerStyle>
80
+ <Style BasedOn =" {StaticResource DefaultGridViewItemStyle}" TargetType =" GridViewItem" >
81
+ <!-- Spacing -->
82
+ <Setter Property =" Padding" Value =" 8,0" />
83
+ <Setter Property =" MinHeight" Value =" {ThemeResource ListItemHeight}" />
84
+ </Style >
85
+ </GridView .ItemContainerStyle>
86
+
79
87
<GridView .ItemTemplate>
80
88
<DataTemplate x : DataType =" vm:FileTagsItemViewModel" >
81
89
<StackPanel Orientation =" Horizontal" Spacing =" 8" >
You can’t perform that action at this time.
0 commit comments