[gnome-software/gnome-3-22] Wrap "No Application Data Found" label in the overview



commit b9b6a846fe72d36bf076ae3674535c0089d04e0b
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Aug 5 23:46:21 2016 -0300

    Wrap "No Application Data Found" label in the overview
    
    When a category is empty, GNOME Software displays the
    "No Application Data Found" message. This message, by
    design, has a bigger font size which - combined with
    the Large Text accessibility setting - renders GNOME
    Software unshrinkable to an acceptable low resolution
    size.
    
    To fix that, make the "No Application Data Found" wrap
    the words when needed.

 src/gs-shell-overview.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-overview.ui b/src/gs-shell-overview.ui
index ab9e1ff..065869d 100644
--- a/src/gs-shell-overview.ui
+++ b/src/gs-shell-overview.ui
@@ -340,6 +340,7 @@
                 <property name="label" translatable="yes">No Application Data Found</property>
                 <property name="halign">start</property>
                 <property name="valign">center</property>
+                <property name="wrap">True</property>
                 <attributes>
                   <attribute name="scale" value="1.4"/>
                 </attributes>


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