[PATCH] Let notes expand to full with fbsupport off

Anton Lundin glance at acc.umu.se
Tue Jan 27 23:05:34 PST 2015


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 at acc.umu.se>
---
 qt-ui/maintab.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 23be491..c247b77 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -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;
-- 
2.1.0



More information about the subsurface mailing list