equal
deleted
inserted
replaced
|
1 HsAnalogClockWidget { |
|
2 layout: analog_clock_layout; |
|
3 } |
|
4 |
|
5 HsAnalogClockWidget::background { |
|
6 fixed-width: 25.0un; |
|
7 fixed-height: 25.0un; |
|
8 zvalue: 0; |
|
9 } |
|
10 |
|
11 HsAnalogClockWidget::hour_hand { |
|
12 fixed-width: 25.0un; |
|
13 fixed-height: 25.0un; |
|
14 zvalue: 3; |
|
15 } |
|
16 |
|
17 HsAnalogClockWidget::minute_hand { |
|
18 fixed-width: 25.0un; |
|
19 fixed-height: 25.0un; |
|
20 zvalue: 2; |
|
21 } |
|
22 |
|
23 HsAnalogClockWidget::second_hand { |
|
24 fixed-width: 25.0un; |
|
25 fixed-height: 25.0un; |
|
26 zvalue: 1; |
|
27 } |