LibGUI: Don't bother setting a title on tooltip windows.

This commit is contained in:
Andreas Kling 2019-04-23 20:45:42 +02:00
parent 8495abd140
commit 02e5d55832
Notes: sideshowbarker 2024-07-19 14:36:51 +09:00

View file

@ -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));