X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FDictManagerWidget.qml;h=ace01c97cbf708e79aa359f61a59b2b53737846c;hb=84d1d2bcb05754f38001ec535629d3edd17361b8;hp=db75cdeefc1056b40cf71f6ae863371084920de7;hpb=9f7506b2baf219c1aa435511dbfa1f3e8a5e70aa;p=mdictionary diff --git a/src/mdictionary/qml/DictManagerWidget.qml b/src/mdictionary/qml/DictManagerWidget.qml index db75cde..ace01c9 100644 --- a/src/mdictionary/qml/DictManagerWidget.qml +++ b/src/mdictionary/qml/DictManagerWidget.qml @@ -112,7 +112,6 @@ Rectangle { var aspectRatio = sourceSize.height / sourceSize.width return logo.width * aspectRatio } - anchors.left: checkbox.right anchors.leftMargin: 5 anchors.verticalCenter: parent.verticalCenter width: nameText.height + 4 @@ -121,7 +120,6 @@ Rectangle { Text { id: nameText text: name - anchors.left: logo.right anchors.leftMargin: 5 anchors.verticalCenter: parent.verticalCenter }