[pitivi: 7/11] ui.common.py: increase track spacing



commit c419b18a3642a48e3106fe636cf652a79bec7910
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date:   Wed Sep 2 11:36:41 2009 -0700

    ui.common.py: increase track spacing

 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 de30341..fd0d0e3 100644
--- a/pitivi/ui/common.py
+++ b/pitivi/ui/common.py
@@ -11,7 +11,7 @@ GlobalSettings.addConfigSection("user-interface")
 LAYER_HEIGHT_EXPANDED = 50
 LAYER_HEIGHT_COLLAPSED = 15
 LAYER_SPACING = 5
-TRACK_SPACING = 5
+TRACK_SPACING = 8
 
 def pack_color_32(red, green, blue, alpha = 0xFFFF):
    red = red >> 8



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