summaryrefslogtreecommitdiffstats
path: root/src/settingsui/timedate/CustomCalendar.qml
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-06-14 14:07:02 +0300
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-06-14 11:40:01 +0000
commit05eed5820a5f7778c49ff0f51f0782c4373c6127 (patch)
tree5064a5fee408ac61548e70bd400a6a8c64d8e4e6 /src/settingsui/timedate/CustomCalendar.qml
parent90d8b98c3517d3339b6dc00e35a3975d23b00b8c (diff)
Updated icons
Change-Id: I7f48724d6bb8be583c9f6d7c3c332c572f3ce5b6 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'src/settingsui/timedate/CustomCalendar.qml')
-rw-r--r--src/settingsui/timedate/CustomCalendar.qml12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/settingsui/timedate/CustomCalendar.qml b/src/settingsui/timedate/CustomCalendar.qml
index 5be8398..a1deff0 100644
--- a/src/settingsui/timedate/CustomCalendar.qml
+++ b/src/settingsui/timedate/CustomCalendar.qml
@@ -66,8 +66,10 @@ Rectangle {
color: "#d6d6d6"
Image {
- anchors.centerIn: parent
- source: "../icons/Chevron-left_black_1x.png"
+ anchors.fill: parent
+ anchors.margins: parent.height * .2
+ source: "../icons/Chevron-left_black.png"
+ fillMode: Image.PreserveAspectFit
}
}
onClicked: {
@@ -101,9 +103,11 @@ Rectangle {
color: "#d6d6d6"
Image {
- anchors.centerIn: parent
- source: "../icons/Chevron-left_black_1x.png"
+ anchors.fill: parent
+ anchors.margins: parent.height * .2
+ source: "../icons/Chevron-left_black.png"
mirror: true
+ fillMode: Image.PreserveAspectFit
}
}
onClicked: {