Let notes expand to full with fbsupport off

This hides the whole QWidget with the share-to-fb button in it. This
lets the Notes field expand to the full width.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2015-01-28 08:05:34 +01:00 committed by Dirk Hohndel
parent bc7d233365
commit 991531d847

View file

@ -189,6 +189,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
ui.facebookPublish->setVisible(fb->loggedIn());
#else
ui.facebookPublish->setVisible(false);
ui.socialNetworks->setVisible(false);
#endif
acceptingEdit = false;