mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 02:55:07 +00:00
Ladybird: Don't set a fixed height on the location edit
This commit is contained in:
parent
f5d033b8ba
commit
da19b78dea
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
|||
BrowserWindow::BrowserWindow()
|
||||
{
|
||||
m_toolbar = new QToolBar;
|
||||
m_toolbar->setFixedHeight(28);
|
||||
m_location_edit = new QLineEdit;
|
||||
m_toolbar->addWidget(m_location_edit);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue