Initial commit
[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     //property int size: height
6     width: Const.DEFAULT_MARGIN
7     height: Const.DEFAULT_MARGIN
8     color: "#00000000"
9 }