Disable debugging style
This commit is contained in:
parent
79cb42ab15
commit
81a148b128
|
|
@ -14,9 +14,10 @@ export component AppWindow inherits Window {
|
|||
padding-top: 120px;
|
||||
padding-bottom: 8px;
|
||||
Rectangle {
|
||||
background: #2c82ff;
|
||||
border-color: #ffcf00;
|
||||
border-width: 1px;
|
||||
// For debugging bounds.
|
||||
// background: #2c82ff;
|
||||
// border-color: #ffcf00;
|
||||
// border-width: 1px;
|
||||
GridBox {
|
||||
VerticalBox {
|
||||
Text {
|
||||
|
|
|
|||
Loading…
Reference in a new issue