mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-14 10:20:36 +00:00
Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)
This commit is contained in:
parent
6f235ad93f
commit
ca067e71a3
Notes:
sideshowbarker
2024-07-19 08:10:38 +09:00
Author: https://github.com/nicktiberi 🔰 Commit: https://github.com/SerenityOS/serenity/commit/ca067e71a3f Pull-request: https://github.com/SerenityOS/serenity/pull/1502
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ void TaskbarWindow::create_quick_launch_bar()
|
|||
button.set_button_style(Gfx::ButtonStyle::CoolBar);
|
||||
|
||||
button.set_icon(Gfx::Bitmap::load_from_file(app_icon_path));
|
||||
// FIXME: the tooltip ends up outside the screen rect.
|
||||
button.set_tooltip(name);
|
||||
button.on_click = [app_executable] {
|
||||
pid_t pid = fork();
|
||||
|
|
Loading…
Reference in a new issue