Account Settings: remove the storage use label #3567
authorOlivier Goffart <ogoffart@woboq.com>
Fri, 14 Aug 2015 08:07:28 +0000 (10:07 +0200)
committerOlivier Goffart <ogoffart@woboq.com>
Fri, 14 Aug 2015 09:52:09 +0000 (11:52 +0200)
src/gui/accountsettings.cpp
src/gui/accountsettings.ui

index 985f70dfc37ad5ebb90809038ef190428f256219..b4b1cf7be23a64be1998955e567d96e85932a118 100644 (file)
@@ -111,8 +111,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
 
     QColor color = palette().highlight().color();
     ui->quotaProgressBar->setStyleSheet(QString::fromLatin1(progressBarStyleC).arg(color.name()));
-    ui->connectLabel->setWordWrap(true);
-    ui->connectLabel->setOpenExternalLinks(true);
+
     QFont smallFont = ui->quotaInfoLabel->font();
     smallFont.setPointSize(smallFont.pointSize() * 0.8);
     ui->quotaInfoLabel->setFont(smallFont);
index e8347fc35efb2d069b94eea449e4bee20c098b24..69e4958606c97ff3b3dc7296179a7ff664183111 100644 (file)
@@ -41,6 +41,9 @@
         <property name="text">
          <string>Connected with &lt;server&gt; as &lt;user&gt;</string>
         </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
         <property name="openExternalLinks">
          <bool>true</bool>
         </property>
@@ -74,7 +77,7 @@
       </sizepolicy>
      </property>
      <property name="title">
-      <string>Storage Usage</string>
+      <string/>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_2">
       <item>