mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ShareUserGroupWidget: remove nested content margins
This commit is contained in:
parent
7d3242077b
commit
cd58850f5b
@ -187,6 +187,7 @@ void ShareUserGroupWidget::slotSharesFetched(const QList<QSharedPointer<Share>>
|
||||
|
||||
auto newViewPort = new QWidget(scrollArea);
|
||||
auto layout = new QVBoxLayout(newViewPort);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
QSize minimumSize = newViewPort->sizeHint();
|
||||
int x = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user