[gnumeric] Don't use anymore the "allow-grow" property [#661855]
- From: Jean BrÃfort <jbrefort src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Don't use anymore the "allow-grow" property [#661855]
- Date: Sun, 16 Oct 2011 06:55:23 +0000 (UTC)
commit 7c7d788d1fab3a3c7930ee1d514f3edf15505594
Author: Jean Brefort <jean brefort normalesup org>
Date: Sun Oct 16 08:54:53 2011 +0200
Don't use anymore the "allow-grow" property [#661855]
src/dialogs/ChangeLog | 6 ++++++
src/dialogs/dialog-tabulate.c | 4 ----
src/dialogs/tabulate.ui | 4 +++-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index a861be8..6df947a 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-16 Jean Brefort <jean vaio>
+
+ * dialog-tabulate.c (dialog_tabulate): don't use anymore the "allow-grow"
+ property [#661855]
+ * tabulate.ui: ditto.
+
2011-10-15 Morten Welinder <terra gnome org>
* dialog-cell-format.c (draw_border_preview): Fix type issue.
diff --git a/src/dialogs/dialog-tabulate.c b/src/dialogs/dialog-tabulate.c
index a596317..ad66795 100644
--- a/src/dialogs/dialog-tabulate.c
+++ b/src/dialogs/dialog-tabulate.c
@@ -360,10 +360,6 @@ dialog_tabulate (WBCGtk *wbcg, Sheet *sheet)
dd->dialog = dialog;
dd->sheet = sheet;
- g_object_set (G_OBJECT (dialog),
- "allow-grow", TRUE,
- NULL);
-
dd->source_table = GTK_TABLE (go_gtk_builder_get_widget (gui, "source_table"));
gtk_table_get_size (dd->source_table, &nrows, NULL);
for (i = 1; i < nrows; i++) {
diff --git a/src/dialogs/tabulate.ui b/src/dialogs/tabulate.ui
index ce7b060..cf66d56 100644
--- a/src/dialogs/tabulate.ui
+++ b/src/dialogs/tabulate.ui
@@ -4,7 +4,9 @@
<object class="GtkDialog" id="tabulate_dialog">
<property name="can_focus">False</property>
<property name="title" translatable="yes">Tabulate Dependency</property>
+ <property name="resizable">False</property>
<property name="type_hint">normal</property>
+ <property name="has_resize_grip">False</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property>
@@ -76,8 +78,8 @@
<child>
<object class="GtkBox" id="vbox1">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
<property name="can_focus">False</property>
+ <property name="orientation">vertical</property>
<child>
<object class="GtkFrame" id="frame1">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]