mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
Ladybird: Don't set a fixed height on the location edit
This commit is contained in:
committed by
Andrew Kaster
parent
f5d033b8ba
commit
da19b78dea
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user