Update Catalan translation
[cheese.git] / data / cheese-viewport.json
blobcf03fceca8ac68493295d3b4b184e4ffe3bcad40
3   "id": "video_preview",
4   "type": "ClutterActor",
5   "child::x-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
6   "child::y-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
7   "content-gravity": "CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT",
8   "x-expand": true,
9   "y-expand": true,
10   "min-height":75,
11   "min-width":100
14   "id": "background",
15   "type": "ClutterActor",
16   "background-color": "Black",
17   "x": 0,
18   "y": 0,
19   "width":768,
20   "height":1024
23   "id": "countdown_layer",
24   "type": "ClutterText",
25   "child::x-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
26   "child::y-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
27   "text": "1",
28   "font-name": "Sans 150px",
29   "opacity": 0,
30   "color": "White"
33   "id": "error_layer",
34   "type": "ClutterText",
35   "child::x-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
36   "child::y-align": "CLUTTER_BIN_ALIGNMENT_CENTER",
37   "color": "White",
38   "visible": false
41   "id": "timeout_layer",
42   "type": "ClutterText",
43   "color": "White",
44   "font-name": "Sans bold 15px",
45   "x": 0,
46   "y": 0,
47   "width":100,
48   "height":20,
49   "visible": false
52   "id": "viewport_layout",
53   "type": "ClutterActor",
54   "children":
55   [
56     'video_preview',
57     'countdown_layer',
58     'error_layer'
59   ]
62   "id": "viewport_layout_manager",
63   "type": "ClutterBinLayout"