[Pkg-owncloud-commits] [owncloud-client] 69/120: Account Settings: remove the storage use label #3567

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 2dbe822972f312a088e0fae48b15e94faa737455
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Fri Aug 14 10:07:28 2015 +0200

    Account Settings: remove the storage use label  #3567
---
 src/gui/accountsettings.cpp | 3 +--
 src/gui/accountsettings.ui  | 5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp
index 985f70d..b4b1cf7 100644
--- a/src/gui/accountsettings.cpp
+++ b/src/gui/accountsettings.cpp
@@ -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);
diff --git a/src/gui/accountsettings.ui b/src/gui/accountsettings.ui
index e8347fc..69e4958 100644
--- a/src/gui/accountsettings.ui
+++ b/src/gui/accountsettings.ui
@@ -41,6 +41,9 @@
         <property name="text">
          <string>Connected with <server> as <user></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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list