[pitivi] Fixe style issues in cliproperties
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] Fixe style issues in cliproperties
- Date: Wed, 22 Sep 2010 13:39:19 +0000 (UTC)
commit e11049e2baa20f92dca55608ce295792bd776601
Author: Thibault Saunier <tsaunier gnome org>
Date: Mon Jul 12 12:12:01 2010 -0400
Fixe style issues in cliproperties
pitivi/ui/clipproperties.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/clipproperties.py b/pitivi/ui/clipproperties.py
index 7b5b4d8..ad37d7a 100644
--- a/pitivi/ui/clipproperties.py
+++ b/pitivi/ui/clipproperties.py
@@ -3,7 +3,7 @@
# ui/clipproperties.py
#
# Copyright (C) 2010 Thibault Saunier <tsaunier gnome org>
-#
+#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
@@ -112,8 +112,6 @@ class EffectProperties(gtk.Expander):
#Treeview
self.treeview_scrollwin = gtk.ScrolledWindow()
- adjustment = gtk.Adjustment(lower=180)
- self.treeview_scrollwin.set_vadjustment(adjustment)
self.treeview_scrollwin.set_policy(gtk.POLICY_NEVER,
gtk.POLICY_AUTOMATIC)
self.treeview_scrollwin.set_shadow_type(gtk.SHADOW_ETCHED_IN)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]