table view
[mdictionary] / src / mdictionary / qml / TranslationView.qml
index f161c4d..c0a546a 100644 (file)
@@ -24,12 +24,14 @@ Rectangle {
     Item { id: headerSpace; width: parent.width; height: 1}
 
     ScrollBar {
-        scrollArea: webView; width: 8
+        scrollArea: webView;
+        width: 8
         anchors { right: parent.right; top: parent.bottom; bottom: parent.bottom }
     }
 
     ScrollBar {
-        scrollArea: webView; height: 8; orientation: Qt.Horizontal
+        scrollArea: webView;
+        height: 8; orientation: Qt.Horizontal
         anchors { right: parent.right; rightMargin: 8; left: parent.left; bottom: parent.bottom }
     }