[pitivi/ges] Use a bigger spacing between thumbnails and darker bg colors



commit 395b4cb9ee957efec5bb203457e5328bc10c84da
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Mon Apr 23 23:04:01 2012 -0400

    Use a bigger spacing between thumbnails and darker bg colors
    
    This looks more like a filmstrip and makes it easier to see
    boundaries between thumbnails and between clips.

 pitivi/timeline/thumbnailer.py |    2 +-
 pitivi/timeline/track.py       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/timeline/thumbnailer.py b/pitivi/timeline/thumbnailer.py
index 73443f0..f5f1077 100644
--- a/pitivi/timeline/thumbnailer.py
+++ b/pitivi/timeline/thumbnailer.py
@@ -53,7 +53,7 @@ GlobalSettings.addConfigSection("thumbnailing")
 GlobalSettings.addConfigOption("thumbnailSpacingHint",
     section="thumbnailing",
     key="spacing-hint",
-    default=2,
+    default=5,
     notify=True)
 
 GlobalSettings.addConfigOption("thumbnailPeriod",
diff --git a/pitivi/timeline/track.py b/pitivi/timeline/track.py
index dc5ecbd..d8d6832 100644
--- a/pitivi/timeline/track.py
+++ b/pitivi/timeline/track.py
@@ -65,7 +65,7 @@ NAME_PADDING2X = 2 * NAME_PADDING
 GlobalSettings.addConfigOption('videoClipBg',
     section='user-interface',
     key='videoclip-background',
-    default=0x000000A0,
+    default=993737707,
     notify=True)
 
 PreferencesDialog.addColorPreference('videoClipBg',
@@ -76,7 +76,7 @@ PreferencesDialog.addColorPreference('videoClipBg',
 GlobalSettings.addConfigOption('audioClipBg',
     section='user-interface',
     key='audioclip-background',
-    default=0x4E9A06C0,
+    default=996806336,
     notify=True)
 
 PreferencesDialog.addColorPreference('audioClipBg',



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