[gnome-photos] headerbar: Fix vertical alignment



commit ae820de4b1fbba32b6b6ce31c36fd8440af81fee
Author: Maximiliano Sandoval R <msandova protonmail com>
Date:   Mon Apr 5 22:05:20 2021 +0200

    headerbar: Fix vertical alignment
    
    Fixes: https://gitlab.gnome.org/GNOME/gnome-photos/-/issues/172

 src/photos-removable-device-widget.ui  | 2 --
 src/photos-removable-devices-button.ui | 2 --
 2 files changed, 4 deletions(-)
---
diff --git a/src/photos-removable-device-widget.ui b/src/photos-removable-device-widget.ui
index b351fb23..cfb9a526 100644
--- a/src/photos-removable-device-widget.ui
+++ b/src/photos-removable-device-widget.ui
@@ -25,7 +25,6 @@
           <object class="GtkImage" id="image">
             <property name="use-fallback">1</property>
             <property name="valign">GTK_ALIGN_CENTER</property>
-            <property name="vexpand">1</property>
           </object>
         </child>
         <child>
@@ -33,7 +32,6 @@
             <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
             <property name="max-width-chars">24</property>
             <property name="valign">GTK_ALIGN_CENTER</property>
-            <property name="vexpand">1</property>
           </object>
         </child>
       </object>
diff --git a/src/photos-removable-devices-button.ui b/src/photos-removable-devices-button.ui
index 5353d5ac..1299abea 100644
--- a/src/photos-removable-devices-button.ui
+++ b/src/photos-removable-devices-button.ui
@@ -46,7 +46,6 @@
                   <object class="GtkLabel">
                     <property name="label" translatable="yes">Devices</property>
                     <property name="valign">GTK_ALIGN_CENTER</property>
-                    <property name="vexpand">1</property>
                     <property name="visible">1</property>
                   </object>
                 </child>
@@ -55,7 +54,6 @@
                     <property name="icon-name">pan-down-symbolic</property>
                     <property name="pixel-size">16</property>
                     <property name="valign">GTK_ALIGN_CENTER</property>
-                    <property name="vexpand">1</property>
                     <property name="visible">1</property>
                   </object>
                 </child>


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