[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 5b3527d0fc409b9bde2c0d3e6cf06ce8a87bdfbd

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 08:15:16 UTC 2009


The following commit has been merged in the master branch:
commit 5b3527d0fc409b9bde2c0d3e6cf06ce8a87bdfbd
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 09:15:13 2009 +0100

    allow more label wordwrap

diff --git a/choicepage.cpp b/choicepage.cpp
index cb43478..394b5cf 100644
--- a/choicepage.cpp
+++ b/choicepage.cpp
@@ -42,6 +42,7 @@ ChoicePage::ChoicePage(QWidget *parent) : QWizardPage(parent)
   d->haskdedir = QFile::exists(QDir::homePath()+KDEDIR);
   d->buttons = new QButtonGroup(this);
   d->text = new QLabel(tr("Please select the option on how you want to migrate your settings"),this);
+  d->text->setWordWrap(true);
   lay->addWidget(d->text);
   if(d->haskdedir)
   {
diff --git a/migrationpage.cpp b/migrationpage.cpp
index 93122b8..ae5251f 100644
--- a/migrationpage.cpp
+++ b/migrationpage.cpp
@@ -101,7 +101,7 @@ MigrationPage::MigrationPage(QWidget *parent) : QWizardPage(parent)
 {
   d=new MigrationPagePrivate(this);
   QLabel *text = new QLabel(tr("When you click \"start\", migration will start"),this);
-  
+  text->setWordWrap(true);
   
   setTitle(tr("Start Migration"));
 

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list