mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Random whitespace cleanup
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f159802053
commit
571918feaa
1 changed files with 18 additions and 19 deletions
|
@ -194,10 +194,9 @@ void FacebookManager::sendDive()
|
||||||
|
|
||||||
ProfileWidget2 *profile = MainWindow::instance()->graphics();
|
ProfileWidget2 *profile = MainWindow::instance()->graphics();
|
||||||
|
|
||||||
QSize size = dialog.profileSize() == SocialNetworkDialog::SMALL ? QSize(800,600)
|
QSize size = dialog.profileSize() == SocialNetworkDialog::SMALL ? QSize(800,600) :
|
||||||
: dialog.profileSize() == SocialNetworkDialog::MEDIUM ? QSize(1024,760)
|
dialog.profileSize() == SocialNetworkDialog::MEDIUM ? QSize(1024,760) :
|
||||||
: dialog.profileSize() == SocialNetworkDialog::BIG ? QSize(1280,1024)
|
dialog.profileSize() == SocialNetworkDialog::BIG ? QSize(1280,1024) : QSize();
|
||||||
: QSize();
|
|
||||||
|
|
||||||
auto currSize = profile->size();
|
auto currSize = profile->size();
|
||||||
profile->resize(size);
|
profile->resize(size);
|
||||||
|
|
Loading…
Add table
Reference in a new issue