Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2018-03-22 17:35:41 +0300
committerMarkus Goetz <markus@woboq.com>2018-03-22 17:37:04 +0300
commit75a269acb61e26611c7628b42128a909128b95ba (patch)
treeceae12d5f7caedcb09e8f0f307f185974f21bb47 /src/gui/generalsettings.cpp
parent8357f1ea9ab1da1a073ddac75e069111fb398f9b (diff)
About section: Try to lower height #6075 #6215
Diffstat (limited to 'src/gui/generalsettings.cpp')
-rw-r--r--src/gui/generalsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/generalsettings.cpp b/src/gui/generalsettings.cpp
index 69baaa84b..e224fca47 100644
--- a/src/gui/generalsettings.cpp
+++ b/src/gui/generalsettings.cpp
@@ -55,7 +55,7 @@ GeneralSettings::GeneralSettings(QWidget *parent)
_ui->aboutGroupBox->hide();
} else {
_ui->aboutLabel->setTextInteractionFlags(Qt::TextSelectableByMouse | Qt::TextBrowserInteraction);
- _ui->aboutLabel->setText(about);
+ _ui->aboutLabel->setText("<qt><style> p{padding-bottom:0; margin-bottom:0;padding-top:2; margin-top: 2; font-size:smaller;};</style>"+about+"</qt>");
_ui->aboutLabel->setWordWrap(true);
_ui->aboutLabel->setOpenExternalLinks(true);
}