[anjuta] document-manager: pack notebook with width 1
- From: Carl-Anton Ingmarsson <carlantoni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] document-manager: pack notebook with width 1
- Date: Wed, 10 Apr 2013 21:40:50 +0000 (UTC)
commit 4b5ac34e26d34824e5ec8f1b8ea2f2241ccd5ce2
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Wed Apr 10 23:18:33 2013 +0200
document-manager: pack notebook with width 1
We previously attached the notebook to the grid with width two which caused
the document combo box to not expand properly.
plugins/document-manager/anjuta-docman.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/document-manager/anjuta-docman.c b/plugins/document-manager/anjuta-docman.c
index 4cf3bbd..1e6a6ca 100644
--- a/plugins/document-manager/anjuta-docman.c
+++ b/plugins/document-manager/anjuta-docman.c
@@ -1114,7 +1114,7 @@ anjuta_docman_instance_init (AnjutaDocman *docman)
gtk_notebook_set_show_tabs (docman->priv->notebook, FALSE);
g_object_set (docman->priv->notebook, "expand", TRUE, NULL);
gtk_grid_attach (GTK_GRID (docman), GTK_WIDGET (docman->priv->notebook),
- 0, 1, 2, 1);
+ 0, 1, 1, 1);
gtk_notebook_popup_enable (docman->priv->notebook);
gtk_notebook_set_scrollable (docman->priv->notebook, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]