From e7984a78298f55e766b5d86e487994cddbcc8308 Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 1 Feb 2016 02:29:44 +0000 Subject: RegistrationWizard: remove center formatting from dialog field entries --- src/modules/reguser/RegistrationWizard.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules') 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("
!
"); + TextLabel10_2->setText("!"); TextLabel10_2->setAlignment(Qt::AlignCenter); m_pPage2Layout->addWidget(TextLabel10_2,4,1); TextLabel10 = new QLabel(m_pPage2); - TextLabel10->setText("
!
"); + TextLabel10->setText("!"); TextLabel10->setAlignment(Qt::AlignCenter); m_pPage2Layout->addWidget(TextLabel10,3,1); TextLabel10_3 = new QLabel(m_pPage2); - TextLabel10_3->setText("
@
"); + TextLabel10_3->setText("@"); TextLabel10_3->setAlignment(Qt::AlignCenter); m_pPage2Layout->addWidget(TextLabel10_3,3,3); TextLabel10_3_2 = new QLabel(m_pPage2); - TextLabel10_3_2->setText("
@
"); + TextLabel10_3_2->setText("@"); TextLabel10_3_2->setAlignment(Qt::AlignCenter); m_pPage2Layout->addWidget(TextLabel10_3_2,4,3); m_pPage2Layout->setRowStretch(1,1); -- cgit v1.3.1-10-gc9f91