mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Audio.MenuApplet: Add window title.
This commit is contained in:
parent
aadcc9c34e
commit
e5e162fe5a
Notes:
sideshowbarker
2024-07-19 09:27:50 +09:00
Author: https://github.com/asliturk Commit: https://github.com/SerenityOS/serenity/commit/e5e162fe5a5 Pull-request: https://github.com/SerenityOS/serenity/pull/1202
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…
Reference in a new issue