7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
export component PowerMenu inherits Window {
|
|
in property <int> screen-width: 1366;
|
|
in property <int> screen-height: 768;
|
|
|
|
background: #adadad57;
|
|
no-frame: true;
|
|
} |