DatePicker: use one icon and add @2x version

This commit is contained in:
selsta
2019-01-07 11:04:35 +01:00
parent 97de72b27d
commit 10508839cb
5 changed files with 4 additions and 2 deletions

View File

@@ -384,7 +384,9 @@ Item {
Image {
anchors.centerIn: parent
source: "../images/nextMonth.png"
source: "../images/prevMonth.png"
transformOrigin: Item.Center
rotation: 180
}
MouseArea {