mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:27:42 +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:
|
public:
|
||||||
TooltipWindow()
|
TooltipWindow()
|
||||||
{
|
{
|
||||||
set_title("Tooltip");
|
|
||||||
set_window_type(GWindowType::Tooltip);
|
set_window_type(GWindowType::Tooltip);
|
||||||
m_label = new GLabel;
|
m_label = new GLabel;
|
||||||
m_label->set_background_color(Color::from_rgb(0xdac7b5));
|
m_label->set_background_color(Color::from_rgb(0xdac7b5));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue