Account Settings: remove the storage use label #3567

This commit is contained in:
Olivier Goffart 2015-08-14 10:07:28 +02:00
parent 38b8508f15
commit 2dbe822972
2 changed files with 5 additions and 3 deletions

View file

@ -111,8 +111,7 @@ AccountSettings::AccountSettings(AccountState *accountState, QWidget *parent) :
QColor color = palette().highlight().color(); QColor color = palette().highlight().color();
ui->quotaProgressBar->setStyleSheet(QString::fromLatin1(progressBarStyleC).arg(color.name())); ui->quotaProgressBar->setStyleSheet(QString::fromLatin1(progressBarStyleC).arg(color.name()));
ui->connectLabel->setWordWrap(true);
ui->connectLabel->setOpenExternalLinks(true);
QFont smallFont = ui->quotaInfoLabel->font(); QFont smallFont = ui->quotaInfoLabel->font();
smallFont.setPointSize(smallFont.pointSize() * 0.8); smallFont.setPointSize(smallFont.pointSize() * 0.8);
ui->quotaInfoLabel->setFont(smallFont); ui->quotaInfoLabel->setFont(smallFont);

View file

@ -41,6 +41,9 @@
<property name="text"> <property name="text">
<string>Connected with &lt;server&gt; as &lt;user&gt;</string> <string>Connected with &lt;server&gt; as &lt;user&gt;</string>
</property> </property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks"> <property name="openExternalLinks">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -74,7 +77,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="title"> <property name="title">
<string>Storage Usage</string> <string/>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>