mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ladybird: Don't set a fixed height on the location edit
This commit is contained in:
parent
f5d033b8ba
commit
da19b78dea
Notes:
sideshowbarker
2024-07-17 02:50:11 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/da19b78dea Pull-request: https://github.com/SerenityOS/serenity/pull/16583 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg
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…
Reference in a new issue