[nautilus] Don't let the sidebar shrink more than its requisition (#311732).
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Don't let the sidebar shrink more than its requisition (#311732).
- Date: Thu, 29 Apr 2010 23:40:44 +0000 (UTC)
commit b281985fff427982420b7d037dff609383b3ea74
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Apr 29 20:22:13 2010 +0200
Don't let the sidebar shrink more than its requisition (#311732).
This also makes us consistent with the other GNOME apps that use a
sidebar widget.
src/nautilus-navigation-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-navigation-window.c b/src/nautilus-navigation-window.c
index 494ec61..d92e711 100644
--- a/src/nautilus-navigation-window.c
+++ b/src/nautilus-navigation-window.c
@@ -449,7 +449,7 @@ nautilus_navigation_window_set_up_sidebar (NautilusNavigationWindow *window)
gtk_paned_pack1 (GTK_PANED (window->details->content_paned),
GTK_WIDGET (window->sidebar),
- FALSE, TRUE);
+ FALSE, FALSE);
setup_side_pane_width (window);
g_signal_connect (window->sidebar,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]