[pitivi] ui/common.py: increase layer spacing to make room for transitions



commit 78e955a2588a917285bafd9751765771adfe28da
Author: Brandon Lewis <brandon_lewis alum berkeley edu>
Date:   Thu Mar 4 13:21:49 2010 -0800

    ui/common.py: increase layer spacing to make room for transitions

 pitivi/ui/common.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/common.py b/pitivi/ui/common.py
index 9bc36fa..e79eb05 100644
--- a/pitivi/ui/common.py
+++ b/pitivi/ui/common.py
@@ -10,7 +10,7 @@ from gettext import ngettext
 GlobalSettings.addConfigSection("user-interface")
 LAYER_HEIGHT_EXPANDED = 50
 LAYER_HEIGHT_COLLAPSED = 15
-LAYER_SPACING = 5
+LAYER_SPACING = 15
 TRACK_SPACING = 8
 
 def pack_color_32(red, green, blue, alpha = 0xFFFF):



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