Integrated file selection dialogue with the main code. Improved the
[openvpnui.git] / qml / filebrowse / components / Spacer.qml
diff --git a/qml/filebrowse/components/Spacer.qml b/qml/filebrowse/components/Spacer.qml
new file mode 100644 (file)
index 0000000..4336426
--- /dev/null
@@ -0,0 +1,8 @@
+import QtQuick 2.0
+import Sailfish.Silica 1.0
+
+// This component creates empty vertical space
+Item {
+    width: parent.width
+    height: 40
+}