mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Remove use of setMargin on QVBoxLayout, not present in Qt6
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
afbd2ebc02
commit
4bd0974696
1 changed files with 0 additions and 1 deletions
|
@ -204,7 +204,6 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent)
|
||||||
const auto fpAccountUserIdAtHost = _accountState->account()->userIdAtHostWithPort();
|
const auto fpAccountUserIdAtHost = _accountState->account()->userIdAtHostWithPort();
|
||||||
const auto fpSettingsController = Mac::FileProviderSettingsController::instance();
|
const auto fpSettingsController = Mac::FileProviderSettingsController::instance();
|
||||||
const auto fpSettingsWidget = fpSettingsController->settingsViewWidget(fpAccountUserIdAtHost, fileProviderTab);
|
const auto fpSettingsWidget = fpSettingsController->settingsViewWidget(fpAccountUserIdAtHost, fileProviderTab);
|
||||||
fpSettingsLayout->setMargin(0);
|
|
||||||
fpSettingsLayout->addWidget(fpSettingsWidget);
|
fpSettingsLayout->addWidget(fpSettingsWidget);
|
||||||
fileProviderTab->setLayout(fpSettingsLayout);
|
fileProviderTab->setLayout(fpSettingsLayout);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue