Ladybird: Don't set a fixed height on the location edit

This commit is contained in:
Andreas Kling 2022-07-04 02:22:06 +02:00 committed by Andrew Kaster
parent f5d033b8ba
commit da19b78dea
Notes: sideshowbarker 2024-07-17 02:50:11 +09:00

View file

@ -5,7 +5,6 @@
BrowserWindow::BrowserWindow() BrowserWindow::BrowserWindow()
{ {
m_toolbar = new QToolBar; m_toolbar = new QToolBar;
m_toolbar->setFixedHeight(28);
m_location_edit = new QLineEdit; m_location_edit = new QLineEdit;
m_toolbar->addWidget(m_location_edit); m_toolbar->addWidget(m_location_edit);