[goffice] avoid unneccesarily high dialog



commit 3e0d64b64fed9e3cfc7efebb13f9e4c3c7f341e7
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Mon Jun 25 17:01:40 2012 -0600

    avoid unneccesarily high dialog
    
    2012-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* goffice/graph/gog-reg-curve-prefs.ui: avoid unneccesarily high
    	dialog by placing checkbox to right

 ChangeLog                            |    5 +++++
 goffice/graph/gog-reg-curve-prefs.ui |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 68b6ce2..487f9e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* goffice/graph/gog-reg-curve-prefs.ui: avoid unneccesarily high
+	dialog by placing checkbox to right
+
+2012-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* plugins/reg_linear/gog-lin-reg.c (gog_lin_reg_curve_populate_editor):
 	There are two more rows that are being used for some drawing limits
 
diff --git a/goffice/graph/gog-reg-curve-prefs.ui b/goffice/graph/gog-reg-curve-prefs.ui
index 77408ed..170aa15 100644
--- a/goffice/graph/gog-reg-curve-prefs.ui
+++ b/goffice/graph/gog-reg-curve-prefs.ui
@@ -61,7 +61,7 @@
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="receives_default">False</property>
-        <property name="margin_left">12</property>
+        <property name="margin_left">0</property>
         <property name="margin_bottom">6</property>
         <property name="use_action_appearance">False</property>
         <property name="use_underline">True</property>
@@ -69,8 +69,8 @@
         <property name="draw_indicator">True</property>
       </object>
       <packing>
-        <property name="left_attach">0</property>
-        <property name="top_attach">4</property>
+        <property name="left_attach">3</property>
+        <property name="top_attach">2</property>
         <property name="width">3</property>
         <property name="height">1</property>
       </packing>



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