mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
Merge pull request #372 from nextcloud/upstream/pr/6488
ShareDialog: macOS grey odditiy #5774
This commit is contained in:
commit
fc4f8fb2d5
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ ShareDialog::ShareDialog(QPointer<AccountState> accountState,
|
|||
label->setWordWrap(true);
|
||||
label->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
layout()->replaceWidget(_ui->shareWidgets, label);
|
||||
_ui->shareWidgets->hide();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue