Skip to content

Commit 5d5d65b

Browse files
committed
Update ColumnLayoutPage.xaml
1 parent 76dd93d commit 5d5d65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/Layouts/ColumnLayoutPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
Loaded="Grid_Loaded"
218218
PointerEntered="Grid_PointerEntered">
219219
<Grid.ColumnDefinitions>
220-
<ColumnDefinition Width="24" />
220+
<ColumnDefinition Width="Auto" />
221221
<ColumnDefinition Width="*" />
222222
<ColumnDefinition Width="Auto" />
223223
</Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)