[gnome-software: 4/5] gs-details-page: Improve translation infobar




commit f6e68aa162b90ae9b493db225eb4136cd88016ae
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Oct 5 19:43:43 2021 -0300

    gs-details-page: Improve translation infobar
    
    It got misaligned during the GTK4 port. Fortunately, restoring the
    previous layout merely requires expanding the center box, and adjusting
    the xalign of the label.

 src/gs-details-page.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index 04b106bd2..c5069ac28 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -77,13 +77,13 @@
                               <object class="GtkCenterBox">
                                 <property name="orientation">horizontal</property>
                                 <property name="visible">True</property>
+                                <property name="hexpand">True</property>
                                 <child type="center">
                                   <object class="GtkLabel" id="translation_infobar_label">
                                     <property name="hexpand">True</property>
                                     <property name="label" translatable="yes">This software is not available 
in your language and will appear in US English.</property>
                                     <property name="visible">True</property>
                                     <property name="wrap">True</property>
-                                    <property name="xalign">0</property>
                                   </object>
                                 </child>
                                 <child type="end">


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