mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
Ladybird: Hide the hovered URL label on startup
This commit is contained in:
parent
4e3e5149d5
commit
0c4ae810d7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Tab::Tab(QMainWindow* window)
|
||||||
m_location_edit = new QLineEdit;
|
m_location_edit = new QLineEdit;
|
||||||
|
|
||||||
m_hover_label = new QLabel(this);
|
m_hover_label = new QLabel(this);
|
||||||
|
m_hover_label->hide();
|
||||||
m_hover_label->setFrameShape(QFrame::Shape::Box);
|
m_hover_label->setFrameShape(QFrame::Shape::Box);
|
||||||
m_hover_label->setAutoFillBackground(true);
|
m_hover_label->setAutoFillBackground(true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue