[california] Use word-character wrapping for event description: Bug #736088



commit 5f59e4abe50c84188f376f0a6f4112b941eeef50
Author: Jim Nelson <jim yorba org>
Date:   Fri Sep 5 18:03:08 2014 -0700

    Use word-character wrapping for event description: Bug #736088
    
    Also a slight increase in the description window size.

 src/rc/show-event.ui |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/rc/show-event.ui b/src/rc/show-event.ui
index f7a769d..f09531f 100644
--- a/src/rc/show-event.ui
+++ b/src/rc/show-event.ui
@@ -35,7 +35,7 @@
         <property name="margin_top">6</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="min_content_width">350</property>
+        <property name="min_content_width">400</property>
         <property name="min_content_height">200</property>
         <child>
           <object class="GtkViewport" id="viewport1">
@@ -55,9 +55,10 @@
                 <property name="label">Event...</property>
                 <property name="use_markup">True</property>
                 <property name="wrap">True</property>
+                <property name="wrap_mode">word-char</property>
                 <property name="selectable">True</property>
-                <property name="width_chars">32</property>
-                <property name="max_width_chars">64</property>
+                <property name="width_chars">40</property>
+                <property name="max_width_chars">128</property>
               </object>
             </child>
           </object>


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