[d-feet] Wrap method signature in exec dialog



commit 47ed12a8d971a10fc3f504acbf43591b0be18920
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Tue Jun 3 08:31:02 2014 +0200

    Wrap method signature in exec dialog
    
    The method execution dialog window was to large when the method
    signature has a lot of parameters.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721814

 data/ui/executedialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/executedialog.ui b/data/ui/executedialog.ui
index a57ccbe..0b5dc9d 100644
--- a/data/ui/executedialog.ui
+++ b/data/ui/executedialog.ui
@@ -81,12 +81,12 @@
                     <property name="xalign">0</property>
                     <property name="ypad">5</property>
                     <property name="use_markup">True</property>
+                    <property name="wrap">True</property>
+                    <property name="width_chars">40</property>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
                     <property name="top_attach">0</property>
-                    <property name="width">1</property>
-                    <property name="height">1</property>
                   </packing>
                 </child>
                 <child>


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