mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +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
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue