summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-07-29 19:58:05 +0100
committerAntónio Fernandes <antoniof@gnome.org>2022-07-29 19:58:05 +0100
commit4c1a4b84c4bed11992bbeae8ced70c93b18a367d (patch)
tree9740f749cea5920822095e75f4d49b1b7bc506ed
parent82be62db0e79b3f654511ed134d0e9a06a5ab38a (diff)
downloadnautilus-4c1a4b84c4bed11992bbeae8ced70c93b18a367d.tar.gz
grid-cell: Align to top
The previous commit caused the cells to be vertically centered. Fix that.
-rw-r--r--src/resources/ui/nautilus-grid-cell.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-grid-cell.ui b/src/resources/ui/nautilus-grid-cell.ui
index 63ec651c2..2ca1f2755 100644
--- a/src/resources/ui/nautilus-grid-cell.ui
+++ b/src/resources/ui/nautilus-grid-cell.ui
@@ -2,6 +2,7 @@
<interface>
<requires lib="gtk" version="4.0"/>
<template class="NautilusGridCell" parent="NautilusViewCell">
+ <property name="valign">start</property>
<child>
<object class="AdwClamp">
<property name="maximum-size">0</property>