[recipes] Avoid chef descriptions unwrapping all the way



commit 081a44161c5d59b8b0ca5e5360f987bafe4349a5
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 2 10:10:06 2017 -0500

    Avoid chef descriptions unwrapping all the way
    
    We now limit their width to 60 characters, as we already do
    for the diet descriptions.

 src/gr-list-page.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-list-page.ui b/src/gr-list-page.ui
index 1a33c06..8e132ea 100644
--- a/src/gr-list-page.ui
+++ b/src/gr-list-page.ui
@@ -58,6 +58,8 @@
                     <property name="visible">1</property>
                     <property name="xalign">0</property>
                     <property name="wrap">1</property>
+                    <property name="width-chars">60</property>
+                    <property name="max-width-chars">60</property>
                   </object>
                   <packing>
                     <property name="left-attach">1</property>


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