power-menu-app/ui/power-menu.slint

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;
}