diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-08 16:25:29 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-08 16:25:29 (GMT) |
commit | 0a84186a22fd48485deed77bc067877ac332d0b4 (patch) | |
tree | 2a646fe9b5a1ac98e26a8c82d9f162ed18b80fbe | |
parent | ce81a8390ef170b9368f66832da977fbf26eac86 (diff) | |
download | swift-0a84186a22fd48485deed77bc067877ac332d0b4.zip swift-0a84186a22fd48485deed77bc067877ac332d0b4.tar.bz2 |
Tweak the look of the example JID.
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index 058f59e..4206a4b 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -73,7 +73,7 @@ QtLoginWindow::QtLoginWindow(UIEventStream* uiEventStream) : QMainWindow() { username_->setToolTip("User address - looks like someuser@someserver.com"); layout->addWidget(username_); QLabel* jidHintLabel = new QLabel(this); - jidHintLabel->setText("<font size='-2'>(example: alice@wonderland.lit)</font>"); + jidHintLabel->setText("<font size='-1' color='grey' >Example: alice@wonderland.lit</font>"); jidHintLabel->setAlignment(Qt::AlignRight); layout->addWidget(jidHintLabel); |