mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bc7d233365
commit
991531d847
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue