0.9.3-1 release
[ubi] / qml / ubi / components / Spacer.qml
1 import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
2 import "../UIConstants.js" as Const
3
4 Rectangle {
5     width: Const.DEFAULT_MARGIN
6     height: Const.DEFAULT_MARGIN
7     color: "#00000000"
8 }