[gnome-software] Correct misalignment when application tags are long



commit 2a5d868ce19abc033e095b2a29b924f1106cc496
Author: Richard Hughes <richard hughsie com>
Date:   Tue Feb 23 08:49:08 2016 +0000

    Correct misalignment when application tags are long
    
    Note: Setting this property doesn't actually wrap the tags, it just lets the
    GtkSizeGroup do it's thing properly.
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=762506

 src/gs-app-row.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app-row.ui b/src/gs-app-row.ui
index 8948073..c10d310 100644
--- a/src/gs-app-row.ui
+++ b/src/gs-app-row.ui
@@ -152,6 +152,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label_tag_foreign">
+                    <property name="wrap">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" comments="This is shown in the search result 
row as a tag">3rd party</property>
                     <style>
@@ -166,6 +167,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label_tag_webapp">
+                    <property name="wrap">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" comments="This is shown in the search result 
row as a tag">web app</property>
                     <style>
@@ -180,6 +182,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="label_tag_nonfree">
+                    <property name="wrap">True</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" comments="This is shown in the search result 
row as a tag">nonfree</property>
                     <style>


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