mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
add missing colonsemi
This commit is contained in:
parent
34243f4239
commit
abba85ac54
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Rectangle {
|
||||||
// Style
|
// Style
|
||||||
color: "#E3E3E3";
|
color: "#E3E3E3";
|
||||||
// Properties
|
// Properties
|
||||||
property bool debug: false
|
property bool debug: false;
|
||||||
property int myCardWidth: width - upperRightInfoContainer.width;
|
property int myCardWidth: width - upperRightInfoContainer.width;
|
||||||
property int myCardHeight: 80;
|
property int myCardHeight: 80;
|
||||||
property int rowHeight: 60;
|
property int rowHeight: 60;
|
||||||
|
|
Loading…
Reference in a new issue