[cheese/three-point-oh] make countdown a bit smaller and use white color



commit 3bdd5891fd11ad0629325f52a03df4d7f2ce0c2f
Author: daniel g. siegel <dgsiegel gnome org>
Date:   Mon Jul 12 12:37:45 2010 +0200

    make countdown a bit smaller and use white color

 TODO                      |    1 -
 data/cheese-viewport.json |   13 +++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/TODO b/TODO
index 488946a..8abbb68 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,6 @@ please fix me before 3.0
 4 when maximizing the window, the webcam video still stays the same size
 3 streamline menu items
 3 beautify effects preview, e.g. only a thin white border
-3 beautify color and layout of countdown numbers
 2 startup time is till quite long
 2 overlay effect previews with their names
 2 about dialog close button does not work
diff --git a/data/cheese-viewport.json b/data/cheese-viewport.json
index 6eae284..5e65bf4 100644
--- a/data/cheese-viewport.json
+++ b/data/cheese-viewport.json
@@ -20,20 +20,21 @@
     "child::x-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
     "child::y-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
     "text": "1",
-    "font-name": "Serif 300px",
-    "opacity": 0
+    "font-name": "Sans 150px",
+    "opacity": 0,
+    "color": "White"
 },
 {
     "id": "viewport_layout",
     "type": "ClutterBox",
     "children":
     [
-	'video_preview',
-	'countdown_layer'
-    ] 
+      'video_preview',
+      'countdown_layer'
+    ]
 },
 {
     "id": "viewport_layout_manager",
     "type": "ClutterBinLayout"
 }
-]
\ No newline at end of file
+]



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