Don't use margins in FileSystemPathEdit widgets.

Introduced in 30081e0.
This commit is contained in:
sledgehammer999
2017-09-22 01:15:28 +03:00
parent f53abd2f07
commit 39ce080318

View File

@@ -182,6 +182,7 @@ FileSystemPathEdit::FileSystemPathEdit(Private::FileEditorWithCompletion *editor
editor->widget()->setParent(this);
QHBoxLayout *layout = new QHBoxLayout(this);
layout->setContentsMargins(0, 0, 0, 0);
layout->addWidget(editor->widget());
layout->addWidget(d->m_browseBtn);