homescreenapp/widgetplugins/hsclockwidgetplugin/resource/hsanalogclockwidget.css
changeset 39 4e8ebe173323
child 46 23b5d6a29cce
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
       
     1 HsAnalogClockWidget {
       
     2 	layout: layout_1;
       
     3 }
       
     4 
       
     5 HsAnalogClockWidget::clock_background {
       
     6   fixed-width: 25.0un;
       
     7   fixed-height: 25.0un;
       
     8   zvalue: 0;
       
     9 }
       
    10 
       
    11 HsAnalogClockWidget::clock_minute_hand {
       
    12   fixed-width: 25.0un;
       
    13   fixed-height: 25.0un;
       
    14   zvalue: 1;
       
    15 }
       
    16 
       
    17 HsAnalogClockWidget::clock_hour_hand {
       
    18   fixed-width: 25.0un;
       
    19   fixed-height: 25.0un;
       
    20   zvalue: 2;
       
    21 }