[gnome-software] Make feature strings wrap



commit 85dfade7947794b48e3705ea4b738f5d1ba230f7
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Sep 15 18:00:38 2013 -0400

    Make feature strings wrap
    
    This fixes an issue where the gimp prevents the window from being
    maximized, because its minimum width is just a little bit too wide.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708021

 src/feature-tile.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/feature-tile.ui b/src/feature-tile.ui
index a3566ee..77c70aa 100644
--- a/src/feature-tile.ui
+++ b/src/feature-tile.ui
@@ -39,6 +39,7 @@
                     <property name="xalign">0</property>
                     <property name="halign">start</property>
                     <property name="valign">end</property>
+                    <property name="wrap">True</property>
                     <attributes>
                       <attribute name="scale" value="2.5"/>
                       <attribute name="weight" value="700"/>
@@ -51,6 +52,7 @@
                 <child>
                   <object class="GtkLabel" id="subtitle">
                     <property name="visible">True</property>
+                    <property name="wrap">True</property>
                     <property name="xalign">0</property>
                     <property name="halign">start</property>
                     <property name="valign">start</property>


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