[gtranslator] Set the right size for the toolbar editor
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Set the right size for the toolbar editor
- Date: Mon, 28 Mar 2011 20:13:11 +0000 (UTC)
commit 0e9945b932ea90949203dbf1bc226ccd7a6e7d3b
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Mar 28 22:12:57 2011 +0200
Set the right size for the toolbar editor
src/gtr-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtr-window.c b/src/gtr-window.c
index c0dcb27..c79c376 100644
--- a/src/gtr-window.c
+++ b/src/gtr-window.c
@@ -1357,7 +1357,7 @@ gtr_window_cmd_edit_toolbar (GtkAction * action, GtrWindow * window)
gtk_container_set_border_width (GTK_CONTAINER (editor), 5);
gtk_box_set_spacing (GTK_BOX (EGG_TOOLBAR_EDITOR (editor)), 5);
- gtk_container_add (GTK_CONTAINER (content_area), editor);
+ gtk_box_pack_start (GTK_BOX (content_area), editor, TRUE, TRUE, 0);
egg_editable_toolbar_set_edit_mode
(EGG_EDITABLE_TOOLBAR (window->priv->toolbar), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]