mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +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: 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()
|
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