WWW update
[ubi] / qml / ubi / components / File.qml
index f459cb3..a268ff2 100644 (file)
@@ -50,7 +50,7 @@ Item {
         id: icon
         width: 60
         height: 60
-        x: Const.TEXT_MARGIN-5
+        x: Const.TEXT_MARGIN-8
         source: root.isDirectory ? "../images/folder.png" :
                 root.isPhoto ? "../images/photo.png" :
                 root.isMusic ? "../images/music.png" :