1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 09:57:35 +00:00

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

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);