[recipes] Wrap long notes



commit bb2adfea805916a459ad4c121aa9e851bc174047
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 4 10:56:23 2017 +0100

    Wrap long notes
    
    This was overlooked when the new notes UI was introduced.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778030

 src/gr-details-page.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gr-details-page.ui b/src/gr-details-page.ui
index 1185c0e..fe218ac 100644
--- a/src/gr-details-page.ui
+++ b/src/gr-details-page.ui
@@ -299,6 +299,8 @@
                               <object class="GtkLabel" id="notes_label">
                                 <property name="visible">1</property>
                                 <property name="xalign">0</property>
+                                <property name="wrap">1</property>
+                                <property name="max-width-chars">45</property>
                                 <style>
                                   <class name="note"/>
                                   <class name="content"/>


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