0.9.3-1 release
[ubi] / qml / ubi / components / Spacer.qml
index 59986bc..237eacd 100644 (file)
@@ -2,7 +2,6 @@ import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
 import "../UIConstants.js" as Const
 
 Rectangle {
-    //property int size: height
     width: Const.DEFAULT_MARGIN
     height: Const.DEFAULT_MARGIN
     color: "#00000000"