Fixed problem with connects in DictManagerWidget.cpp. Fixed: remove warnings from...
[mdictionary] / src / mdictionary / qml / DictManagerWidget.qml
index db75cde..ace01c9 100644 (file)
@@ -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
                     }