X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FButton.qml;h=d10edc6df598b83f57c2fe06238d93ecd9efbccb;hb=4d9f2607c5de55f0f8f0f7d44ad3e25accaa01da;hp=0491e99e079742e47d69ef482fa1481374c54e3a;hpb=a839861aef402b77ef5f86c5c9c9881ba86328af;p=mdictionary diff --git a/src/mdictionary/qml/Button.qml b/src/mdictionary/qml/Button.qml index 0491e99..d10edc6 100644 --- a/src/mdictionary/qml/Button.qml +++ b/src/mdictionary/qml/Button.qml @@ -33,15 +33,18 @@ BorderImage { height: parent.height anchors.left: parent.left source: "qrc:/button/buttonLeft.png" + smooth: true fillMode:Image.Stretch } Image { id: image3 smooth: true - width: parent.width - ((70*parent.height)/107) +1; height: parent.height - anchors.horizontalCenter: parent.horizontalCenter + anchors.right: image2.left + anchors.rightMargin: -1 + anchors.left: image1.right + anchors.leftMargin: -1 source: "qrc:/button/buttonCenter.png" fillMode:Image.Stretch }