[nautilus/wip/antoniof/flow-box-preparation: 17/29] view-icon-item-ui: Bottom-align icons and thumbnails




commit a4d8a1aa00caa5a92e352d938ac7e7a3f56ee3d0
Author: António Fernandes <antoniof gnome org>
Date:   Sun Oct 31 21:41:20 2021 +0000

    view-icon-item-ui: Bottom-align icons and thumbnails
    
    Now that we have shadows instead of a grey background around
    thumbnails, it doesn't make sense to center-align them.
    
    So, bottom align them instead, matching the old icon view.

 src/resources/ui/nautilus-view-icon-item-ui.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-view-icon-item-ui.ui b/src/resources/ui/nautilus-view-icon-item-ui.ui
index be76ac240..edde2f59b 100644
--- a/src/resources/ui/nautilus-view-icon-item-ui.ui
+++ b/src/resources/ui/nautilus-view-icon-item-ui.ui
@@ -18,7 +18,7 @@
               <object class="GtkImage" id="icon">
                 <property name="halign">center</property>
                 <property name="hexpand">True</property>
-                <property name="valign">center</property>
+                <property name="valign">end</property>
                 <property name="vexpand">True</property>
               </object>
             </child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]