mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:38:11 +00:00
Audio.MenuApplet: Add window title.
This commit is contained in:
parent
aadcc9c34e
commit
e5e162fe5a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto window = GUI::Window::construct();
|
||||
window->set_has_alpha_channel(true);
|
||||
window->set_title("Audio");
|
||||
window->set_window_type(GUI::WindowType::MenuApplet);
|
||||
window->resize(12, 16);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue