mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 05:37:35 +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()
|
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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue