1.0.2 Bumped version to 1.0.2-4
[lichviet] / qml / DatePicker / component / DateReel.qml
index 5564eb2..bc4d49b 100644 (file)
@@ -21,18 +21,6 @@ Item {
     // Spacing between items
     property int spacing: 8
 
-    property Component itemBackground: Component {
-        BorderImage {
-            border { top: 8; bottom: 8; left: 8; right: 8 }
-            source:  theme_manager.theme.datepicker.button
-        }
-    }
-    property Component itemBackgroundPressed: Component {
-        BorderImage {
-            border { top: 8; bottom: 8; left: 8; right: 8 }
-            source: theme_manager.theme.datepicker.button_pressed
-        }
-    }
 
     width: 240
     height:  90
@@ -49,8 +37,6 @@ Item {
             fontColor: container.fontColor
             fontName: container.fontName
             fontSize: container.fontSize
-            bg: itemBackground
-            bgPressed: itemBackgroundPressed
              opacity: (index+1 < days.start || index+1 > days.end) ? 0.5 : 1.0
         }
     }
@@ -64,8 +50,6 @@ Item {
             fontColor: container.fontColor
             fontName: container.fontName
             fontSize: container.fontSize
-            bg: itemBackground
-            bgPressed: itemBackgroundPressed
 
         }
     }
@@ -79,8 +63,6 @@ Item {
             fontColor: container.fontColor
             fontName: container.fontName
             fontSize: container.fontSize
-            bg: itemBackground
-            bgPressed: itemBackgroundPressed
         }
     }