table view
[mdictionary] / src / mdictionary / qml / TranslationView.qml
index 809e4c8..c0a546a 100644 (file)
@@ -10,7 +10,7 @@ Rectangle {
     color: myPalette.window
 
     function setUrl(string){
-        webView.url = "file:///home/test.html";
+        webView.url = "file:///home/jakub/test.html";
         webView.url = string;
     }
 
@@ -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 }
     }