[pitivi: 1/5] fix bug 634991 - Auto-expand preferences contents area
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 1/5] fix bug 634991 - Auto-expand preferences contents area
- Date: Fri, 3 Dec 2010 17:05:46 +0000 (UTC)
commit 389bba1c21bce9fe0cd89f7494005d63ef925a9e
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Fri Nov 26 15:51:41 2010 +0000
fix bug 634991 - Auto-expand preferences contents area
pitivi/ui/prefs.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/prefs.py b/pitivi/ui/prefs.py
index 91ccefe..23c09d6 100644
--- a/pitivi/ui/prefs.py
+++ b/pitivi/ui/prefs.py
@@ -96,7 +96,7 @@ class PreferencesDialog(gtk.Window):
# preferences content region
self.contents = gtk.VBox()
scrolled = gtk.ScrolledWindow()
- scrolled.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
+ scrolled.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
scrolled.add_with_viewport(self.contents)
pane.pack2(scrolled)
scrolled.show()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]