add missing colonsemi

This commit is contained in:
humbletim 2017-12-08 18:14:30 -05:00
parent 34243f4239
commit abba85ac54

View file

@ -26,7 +26,7 @@ Rectangle {
// Style
color: "#E3E3E3";
// Properties
property bool debug: false
property bool debug: false;
property int myCardWidth: width - upperRightInfoContainer.width;
property int myCardHeight: 80;
property int rowHeight: 60;