1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

fixed overlapping bookmarks on the toolbar

Closes #1896
This commit is contained in:
ravas 2016-04-04 12:09:17 -07:00 committed by David Rosca
parent e40f0a366c
commit 7a64e4a0f1

View File

@ -41,7 +41,6 @@ BookmarksToolbar::BookmarksToolbar(BrowserWindow* window, QWidget* parent)
m_layout = new QHBoxLayout(this); m_layout = new QHBoxLayout(this);
m_layout->setMargin(1); m_layout->setMargin(1);
m_layout->setSpacing(0);
setLayout(m_layout); setLayout(m_layout);
// Set some sane value, will be updated to correct value on first added button // Set some sane value, will be updated to correct value on first added button