[pitivi: 8/12] Change the default timeline colors to black (video) and green (audio).
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 8/12] Change the default timeline colors to black (video) and green (audio).
- Date: Sun, 7 Mar 2010 17:22:47 +0000 (UTC)
commit c46b874ea439ec99e6f8154768a6c2cb86d135b0
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Sun Mar 7 12:08:27 2010 +0100
Change the default timeline colors to black (video) and green (audio).
pitivi/ui/trackobject.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/trackobject.py b/pitivi/ui/trackobject.py
index 494bef7..19b1aee 100644
--- a/pitivi/ui/trackobject.py
+++ b/pitivi/ui/trackobject.py
@@ -41,7 +41,7 @@ import gst
GlobalSettings.addConfigOption('videoClipBg',
section = 'user-interface',
key = 'videoclip-background',
- default = 0x3182bdC0,
+ default = 0x000000A0,
notify = True)
PreferencesDialog.addColorPreference('videoClipBg',
@@ -52,7 +52,7 @@ PreferencesDialog.addColorPreference('videoClipBg',
GlobalSettings.addConfigOption('audioClipBg',
section = 'user-interface',
key = 'audioclip-background',
- default = 0x3182bdC0,
+ default = 0x4E9A06C0,
notify = True)
PreferencesDialog.addColorPreference('audioClipBg',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]