aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar un1versal2016-02-01 02:29:44 +0000
committerGravatar un1versal2016-02-02 16:25:15 +0000
commite7984a78298f55e766b5d86e487994cddbcc8308 (patch)
tree2b10e3c24de03651054d747ecec2ca02b1dc8645 /src/modules
parentDccBBroker: remove dialog center formatting (diff)
downloadKVIrc-e7984a78298f55e766b5d86e487994cddbcc8308.tar.gz
KVIrc-e7984a78298f55e766b5d86e487994cddbcc8308.tar.bz2
KVIrc-e7984a78298f55e766b5d86e487994cddbcc8308.zip
RegistrationWizard: remove center formatting from dialog field entries
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/reguser/RegistrationWizard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/reguser/RegistrationWizard.cpp b/src/modules/reguser/RegistrationWizard.cpp
index 6c8fb9553..0dfabd350 100644
--- a/src/modules/reguser/RegistrationWizard.cpp
+++ b/src/modules/reguser/RegistrationWizard.cpp
@@ -154,22 +154,22 @@ RegistrationWizard::RegistrationWizard(const QString &startMask,KviRegisteredUse
m_pPage2Layout->addWidget(m_pHostEdit2,4,4);
TextLabel10_2 = new QLabel(m_pPage2);
- TextLabel10_2->setText("<center><b>!</b></center>");
+ TextLabel10_2->setText("<b>!</b>");
TextLabel10_2->setAlignment(Qt::AlignCenter);
m_pPage2Layout->addWidget(TextLabel10_2,4,1);
TextLabel10 = new QLabel(m_pPage2);
- TextLabel10->setText("<center><b>!</b></center>");
+ TextLabel10->setText("<b>!</b>");
TextLabel10->setAlignment(Qt::AlignCenter);
m_pPage2Layout->addWidget(TextLabel10,3,1);
TextLabel10_3 = new QLabel(m_pPage2);
- TextLabel10_3->setText("<center><b>@</b></center>");
+ TextLabel10_3->setText("<b>@</b>");
TextLabel10_3->setAlignment(Qt::AlignCenter);
m_pPage2Layout->addWidget(TextLabel10_3,3,3);
TextLabel10_3_2 = new QLabel(m_pPage2);
- TextLabel10_3_2->setText("<center><b>@</b></center>");
+ TextLabel10_3_2->setText("<b>@</b>");
TextLabel10_3_2->setAlignment(Qt::AlignCenter);
m_pPage2Layout->addWidget(TextLabel10_3_2,4,3);
m_pPage2Layout->setRowStretch(1,1);