[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeprint/cups
From:       Alex Kern <alex.kern () gmx ! de>
Date:       2006-05-05 16:59:54
Message-ID: 1146848394.756603.1837.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 537722 by kernalex:

QLabel is no more worwrapped by default, that and some others commits gives us the \
regular size of kaddprinterwizard back.

 M  +1 -0      kmwbanners.cpp  
 M  +1 -0      kmwfax.cpp  
 M  +1 -0      kmwother.cpp  
 M  +4 -2      kmwquota.cpp  


--- trunk/KDE/kdelibs/kdeprint/cups/kmwbanners.cpp #537721:537722
@@ -99,6 +99,7 @@
 	l2->setBuddy(m_end);
 
 	QLabel	*l0 = new QLabel(this);
+	l0->setWordWrap(true);
 	l0->setText(i18n("<p>Select the default banners associated with this printer. These \
"  "banners will be inserted before and/or after each print job sent "
 			 "to the printer. If you don't want to use banners, select <b>No \
                Banner</b>.</p>"));
--- trunk/KDE/kdelibs/kdeprint/cups/kmwfax.cpp #537721:537722
@@ -38,6 +38,7 @@
 	m_nextpage = KMWizard::Driver;
 
 	QLabel	*lab = new QLabel(this);
+	lab->setWordWrap(true);
 	lab->setText(i18n("<p>Select the device which your serial Fax/Modem is connected \
to.</p>"));  m_list = new KListBox(this);
 
--- trunk/KDE/kdelibs/kdeprint/cups/kmwother.cpp #537721:537722
@@ -43,6 +43,7 @@
 
 	m_uri = new QLineEdit(this);
 	QLabel	*l1 = new QLabel(this);
+	l1->setWordWrap(true);
 	l1->setText(i18n("<p>Enter the URI corresponding to the printer to be installed. "
 	                 "Examples:</p><ul>"
 					 "<li>smb://[login[:passwd]@]server/printer</li>"
--- trunk/KDE/kdelibs/kdeprint/cups/kmwquota.cpp #537721:537722
@@ -101,10 +101,12 @@
 	lab2->setBuddy(m_sizelimit);
 	lab3->setBuddy(m_pagelimit);
 
-	QLabel	*lab4 = new QLabel(i18n("<p>Set here the quota for this printer. Using \
limits of <b>0</b> means " +	QLabel	*lab4 = new QLabel(this);
+	lab4->setWordWrap(true);
+	lab4->setText(i18n("<p>Set here the quota for this printer. Using limits of \
                <b>0</b> means "
 					"that no quota will be used. This is equivalent to set quota period to "
 					"<b><nobr>No quota</nobr></b> (-1). Quota limits are defined on a per-user base \
                and "
-					"applied to all users.</p>"), this);
+					"applied to all users.</p>"));
 
 	QGridLayout	*l0 = new QGridLayout(this);
     l0->setMargin(0);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic