mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Small random whitespace cleanups
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
18b7a2778d
commit
8bdc9d1ec4
3 changed files with 19 additions and 19 deletions
|
@ -531,7 +531,7 @@ void LocationFilter::hideEvent(QHideEvent *event)
|
|||
MultiFilterSortModel::instance()->removeFilterModel(LocationFilterModel::instance());
|
||||
QWidget::hideEvent(event);
|
||||
}
|
||||
MultiFilter::MultiFilter(QWidget *parent): QScrollArea(parent)
|
||||
MultiFilter::MultiFilter(QWidget *parent) : QScrollArea(parent)
|
||||
{
|
||||
QWidget *w = new QWidget();
|
||||
QHBoxLayout *l = new QHBoxLayout();
|
||||
|
@ -540,7 +540,7 @@ MultiFilter::MultiFilter(QWidget *parent): QScrollArea(parent)
|
|||
l->addWidget(new BuddyFilter());
|
||||
l->addWidget(new LocationFilter());
|
||||
|
||||
l->setContentsMargins(0,0,0,0);
|
||||
l->setContentsMargins(0, 0, 0, 0);
|
||||
l->setSpacing(1);
|
||||
w->setLayout(l);
|
||||
w->setMinimumSize(l->count() * 150, 200);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue