mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 10:27:36 +00:00
LibGUI: Don't bother setting a title on tooltip windows.
This commit is contained in:
parent
8495abd140
commit
02e5d55832
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…
Add table
Add a link
Reference in a new issue