mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Don't use margins in FileSystemPathEdit widgets.
Introduced in 30081e0
.
This commit is contained in:
parent
de6ca29dcd
commit
c285de87d4
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue