marcin
2014-07-17 13:14:27 +02:00
parent 98c2082808
commit c26e1376db
10 changed files with 26 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ Item {
anchors.right: parent.right
height: parent.height - 1
y: buttonArea.pressed ? 0 : 1
radius: 4
//radius: 4
color: buttonArea.pressed ? parent.shadowPressedColor : parent.shadowReleasedColor
}
@@ -26,7 +26,7 @@ Item {
height: parent.height - 1
y: buttonArea.pressed ? 1 : 0
color: buttonArea.pressed ? parent.pressedColor : parent.releasedColor
radius: 4
//radius: 4
}
Text {