[frogr] Resize text area in when resizing the 'edit details' dialog (#651229)
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Resize text area in when resizing the 'edit details' dialog (#651229)
- Date: Fri, 27 May 2011 10:46:47 +0000 (UTC)
commit 4b40bdf49f6edb88a29b46bfa8b43cbb78e8559d
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Fri May 27 12:38:47 2011 +0200
Resize text area in when resizing the 'edit details' dialog (#651229)
https://bugzilla.gnome.org/show_bug.cgi?id=651229
src/frogr-details-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-details-dialog.c b/src/frogr-details-dialog.c
index 5fa4d09..21c4673 100644
--- a/src/frogr-details-dialog.c
+++ b/src/frogr-details-dialog.c
@@ -330,7 +330,7 @@ _create_widgets (FrogrDetailsDialog *self)
gtk_box_pack_start (GTK_BOX (hbox), table, TRUE, TRUE, 0);
- gtk_box_pack_start (GTK_BOX (main_vbox), hbox, FALSE, FALSE, 6);
+ gtk_box_pack_start (GTK_BOX (main_vbox), hbox, TRUE, TRUE, 6);
model = GTK_TREE_MODEL (gtk_list_store_new (1, G_TYPE_STRING));
priv->treemodel = model;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]