mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
LibGUI: Don't bother setting a title on tooltip windows.
This commit is contained in:
parent
8495abd140
commit
02e5d55832
Notes:
sideshowbarker
2024-07-19 14:36:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/02e5d558325
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ class GApplication::TooltipWindow final : public GWindow {
|
|||
public:
|
||||
TooltipWindow()
|
||||
{
|
||||
set_title("Tooltip");
|
||||
set_window_type(GWindowType::Tooltip);
|
||||
m_label = new GLabel;
|
||||
m_label->set_background_color(Color::from_rgb(0xdac7b5));
|
||||
|
|
Loading…
Reference in a new issue