Skip to content

Commit ab843da

Browse files
authored
Increase columnview item root height (#7482)
1 parent 6e45827 commit ab843da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/Views/LayoutModes/ColumnViewBase.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<ListView.ItemTemplate>
183183
<DataTemplate x:DataType="local2:ListedItem">
184184
<Grid
185-
Height="24"
185+
Height="30"
186186
Margin="0"
187187
Padding="8,0"
188188
HorizontalAlignment="Stretch"

0 commit comments

Comments
 (0)