mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 04:58:13 +00:00
Taskbar: Remove FIXME re: tooltip rendering since it's now working (#1502)
This commit is contained in:
parent
6f235ad93f
commit
ca067e71a3
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…
Add table
Add a link
Reference in a new issue