mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Account Settings: remove the storage use label #3567
This commit is contained in:
parent
38b8508f15
commit
2dbe822972
2 changed files with 5 additions and 3 deletions
|
@ -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);
|
||||||
|
|
|
@ -41,6 +41,9 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Connected with <server> as <user></string>
|
<string>Connected with <server> as <user></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>
|
||||||
|
|
Loading…
Reference in a new issue