X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FIconButton.qml;h=19d3d70db049749390779c438befcefb6ce49cb2;hb=4d9f2607c5de55f0f8f0f7d44ad3e25accaa01da;hp=dc749a426a55ba3bff119424e7ce3b34f080483e;hpb=a839861aef402b77ef5f86c5c9c9881ba86328af;p=mdictionary diff --git a/src/mdictionary/qml/IconButton.qml b/src/mdictionary/qml/IconButton.qml index dc749a4..19d3d70 100644 --- a/src/mdictionary/qml/IconButton.qml +++ b/src/mdictionary/qml/IconButton.qml @@ -23,6 +23,7 @@ Rectangle { Image { id: image z:4; + smooth: true anchors.centerIn: parent width: iconWidth; height: iconHeight; @@ -42,9 +43,11 @@ Rectangle { id: image3 z: 1 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" }