Integrated file selection dialogue with the main code. Improved the
[openvpnui.git] / qml / filebrowse / components / Spacer.qml
1 import QtQuick 2.0
2 import Sailfish.Silica 1.0
3
4 // This component creates empty vertical space
5 Item {
6     width: parent.width
7     height: 40
8 }