glade3 r2055 - trunk/plugins/gtk+
- From: tvb svn gnome org
- To: svn-commits-list gnome org
- Subject: glade3 r2055 - trunk/plugins/gtk+
- Date: Tue, 25 Nov 2008 23:18:05 +0000 (UTC)
Author: tvb
Date: Tue Nov 25 23:18:04 2008
New Revision: 2055
URL: http://svn.gnome.org/viewvc/glade3?rev=2055&view=rev
Log:
better size allocation for the treeview editor.
Modified:
trunk/plugins/gtk+/glade-treeview-editor.c
Modified: trunk/plugins/gtk+/glade-treeview-editor.c
==============================================================================
--- trunk/plugins/gtk+/glade-treeview-editor.c (original)
+++ trunk/plugins/gtk+/glade-treeview-editor.c Tue Nov 25 23:18:04 2008
@@ -237,7 +237,7 @@
/* ...and the vbox with datastore/label on the right */
vbox = gtk_vbox_new (FALSE, 0);
- gtk_box_pack_start (GTK_BOX (view_editor), vbox, FALSE, FALSE, 8);
+ gtk_box_pack_start (GTK_BOX (view_editor), vbox, TRUE, TRUE, 8);
str = g_strdup_printf ("<b>%s</b>", _("Choose a Data Model and define some\n"
"columns in the data store first"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]