Ladybird: Hide the hovered URL label on startup

This commit is contained in:
Andreas Kling 2022-09-09 15:19:18 +02:00 committed by Andrew Kaster
parent 4e3e5149d5
commit 0c4ae810d7
Notes: sideshowbarker 2024-07-17 10:05:47 +09:00

View file

@ -30,6 +30,7 @@ Tab::Tab(QMainWindow* window)
m_location_edit = new QLineEdit;
m_hover_label = new QLabel(this);
m_hover_label->hide();
m_hover_label->setFrameShape(QFrame::Shape::Box);
m_hover_label->setAutoFillBackground(true);