table view
[mdictionary] / src / mdictionary / qml / IconButton.qml
index dc749a4..19d3d70 100644 (file)
@@ -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"
 
     }