[gedit] Do not let the bottom panel overlap the whole TextView.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Do not let the bottom panel overlap the whole TextView.
- Date: Wed, 27 Apr 2011 12:37:05 +0000 (UTC)
commit e96f8d690181fd2d750b4c1849a1fbf671fe825f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Apr 27 14:36:07 2011 +0200
Do not let the bottom panel overlap the whole TextView.
We were letting the bottom panel overlap the whole TextView,
one thing is that at least the minimal size of the view should
always be visible and the other issue to change this is that
there is a bug in gtk+ that makes the textview overlap the paned
when the paned reaches the minimum size of the view.
gedit/gedit-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-window.c b/gedit/gedit-window.c
index ac64595..79b282b 100644
--- a/gedit/gedit-window.c
+++ b/gedit/gedit-window.c
@@ -4136,7 +4136,7 @@ gedit_window_init (GeditWindow *window)
gtk_paned_pack1 (GTK_PANED (window->priv->vpaned),
GTK_WIDGET (window->priv->multi_notebook),
TRUE,
- TRUE);
+ FALSE);
gtk_widget_show (GTK_WIDGET (window->priv->multi_notebook));
g_signal_connect (window->priv->multi_notebook,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]