[devhelp] Allow horizontal scroll bars, this fixes a weird behaviour on resizing



commit c8f15a648eecda6d7d6bdc7cbfbd84f5389c02f5
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Aug 27 17:26:25 2009 +0200

    Allow horizontal scroll bars, this fixes a weird behaviour on resizing

 src/dh-assistant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-assistant.c b/src/dh-assistant.c
index 59ed2cd..a311a27 100644
--- a/src/dh-assistant.c
+++ b/src/dh-assistant.c
@@ -82,7 +82,7 @@ dh_assistant_init (DhAssistant *assistant)
 
         scrolled_window = gtk_scrolled_window_new (NULL, NULL);
         gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window),
-                                        GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
+                                        GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
 
         gtk_container_add (GTK_CONTAINER (scrolled_window), priv->view);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]