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-top: 120px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
Rectangle {
|
Rectangle {
|
||||||
background: #2c82ff;
|
// For debugging bounds.
|
||||||
border-color: #ffcf00;
|
// background: #2c82ff;
|
||||||
border-width: 1px;
|
// border-color: #ffcf00;
|
||||||
|
// border-width: 1px;
|
||||||
GridBox {
|
GridBox {
|
||||||
VerticalBox {
|
VerticalBox {
|
||||||
Text {
|
Text {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue