File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/Files.App/UserControls/Widgets Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 16
16
<UserControl .Resources>
17
17
<converters : StringToBrushConverter x : Key =" StringToBrushConverter" />
18
18
<converters : ImageModelToImageConverter x : Key =" ImageModelToImageConverter" />
19
+
20
+ <!-- Override border on GridViewItem -->
21
+ <Thickness x : Key =" GridViewItemSelectedBorderThickness" >0</Thickness >
22
+ <SolidColorBrush x : Key =" GridViewItemSelectedInnerBorderBrush" Color =" Transparent" />
23
+ <SolidColorBrush x : Key =" GridViewItemPointerOverBorderBrush" Color =" Transparent" />
19
24
</UserControl .Resources>
20
25
21
26
<!-- Collection of containers -->
124
129
DesiredWidth=" 180"
125
130
IsItemClickEnabled=" True"
126
131
ItemClick=" FileTagItem_ItemClick"
132
+ ItemContainerTransitions=" {x:Null}"
127
133
ItemsSource=" {x:Bind Tags}"
128
134
RightTapped=" AdaptiveGridView_RightTapped"
129
135
ScrollViewer.VerticalScrollBarVisibility=" Hidden"
132
138
133
139
<wctcontrols : AdaptiveGridView .ItemContainerStyle>
134
140
<Style BasedOn =" {StaticResource DefaultGridViewItemStyle}" TargetType =" GridViewItem" >
141
+ <Setter Property =" MinHeight" Value =" 32" />
135
142
<Setter Property =" Padding" Value =" 8,0" />
136
143
</Style >
137
144
</wctcontrols : AdaptiveGridView .ItemContainerStyle>
150
157
<!-- Icon -->
151
158
<Image
152
159
Grid.Column=" 0"
153
- Width=" 20 "
154
- Height=" 20 "
160
+ Width=" 16 "
161
+ Height=" 16 "
155
162
VerticalAlignment=" Center"
156
163
Source=" {x:Bind Icon, Mode=OneWay, Converter={StaticResource ImageModelToImageConverter}}" />
157
164
You can’t perform that action at this time.
0 commit comments