diff --git a/src/HistorySizeDialog.cpp b/src/HistorySizeDialog.cpp
index e9fa395d1..37379f27f 100644
--- a/src/HistorySizeDialog.cpp
+++ b/src/HistorySizeDialog.cpp
@@ -86,10 +86,11 @@ HistorySizeDialog::HistorySizeDialog( QWidget* parent )
lineCountLayout->addWidget(_lineCountBox);
lineCountLayout->addWidget(lineCountLabel);
- QLabel* warningLabel = new QLabel(i18n("The adjustment is only temporary."),this);
+ QLabel* warningLabel = new QLabel(i18n("
The adjustment is only temporary"),this);
+ warningLabel->setStyleSheet("text-align:center; font-weight:normal; color:palette(dark)");
+
dialogLayout->addWidget(warningLabel);
dialogLayout->insertSpacing(-1, 5);
-
dialogLayout->addWidget(_noHistoryButton);
dialogLayout->addLayout(lineCountLayout);
dialogLayout->addWidget(_unlimitedHistoryButton);