[goffice] Some more adjustment on the item placement in the polynomial/linear regression dialog



commit 6a894165c488ead94b4f8ecc6cd41c13eac7e1ad
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Mon Jun 25 16:43:57 2012 -0600

    Some more adjustment on the item placement in the polynomial/linear regression dialog
    
    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

 ChangeLog                        |    9 +++++++--
 plugins/reg_linear/gog-lin-reg.c |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1c96355..68b6ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2012-25-19 Andreas J. Guelzow <aguelzow pyrshep ca>
+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
+
+2012-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* plugins/reg_linear/gog-lin-reg.c (gog_lin_reg_curve_populate_editor):
 	place the new items at the bottom
@@ -6,7 +11,7 @@
 	(gog_polynom_reg_curve_populate_editor): assume we are at the bottom,
 	so no row insertion is required.
 
-2012-25-19 Andreas J. Guelzow <aguelzow pyrshep ca>
+2012-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* plugins/reg_linear/gog-lin-reg.c (gog_lin_reg_curve_populate_editor):
 	fix item placement for pre-gtk-3.4.0
diff --git a/plugins/reg_linear/gog-lin-reg.c b/plugins/reg_linear/gog-lin-reg.c
index 31c07c1..ae63fc7 100644
--- a/plugins/reg_linear/gog-lin-reg.c
+++ b/plugins/reg_linear/gog-lin-reg.c
@@ -167,7 +167,7 @@ gog_lin_reg_curve_populate_editor (GogRegCurve *reg_curve, gpointer table)
 		if (sibling)
 			gtk_grid_attach_next_to (table, w, sibling, GTK_POS_BOTTOM, 1, 3);
 		else
-			gtk_grid_attach (table, w, 0, 6, 3, 1); 
+			gtk_grid_attach (table, w, 0, 8, 3, 1); 
 		g_object_set_data (G_OBJECT (table), "last-label", w);
 	}
 #endif



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