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




commit c0a0ef1e49861001854f60b9c921f0fc143a8bad
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 b266637e2..4a8b7cd22 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]