mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +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();
|
||||
|
||||
QSize size = dialog.profileSize() == SocialNetworkDialog::SMALL ? QSize(800,600)
|
||||
: dialog.profileSize() == SocialNetworkDialog::MEDIUM ? QSize(1024,760)
|
||||
: dialog.profileSize() == SocialNetworkDialog::BIG ? QSize(1280,1024)
|
||||
: QSize();
|
||||
QSize size = dialog.profileSize() == SocialNetworkDialog::SMALL ? QSize(800,600) :
|
||||
dialog.profileSize() == SocialNetworkDialog::MEDIUM ? QSize(1024,760) :
|
||||
dialog.profileSize() == SocialNetworkDialog::BIG ? QSize(1280,1024) : QSize();
|
||||
|
||||
auto currSize = profile->size();
|
||||
profile->resize(size);
|
||||
|
|
Loading…
Reference in a new issue