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

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Leonardo Finetti <finex () finex ! org>
Date:       2008-11-18 23:53:05
Message-ID: 1227052385.895107.3496.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 886322 by finex:

Fixed layout of "add new phone number" dialog.



 M  +5 -3      edit.cpp  


--- trunk/KDE/kdenetwork/kppp/edit.cpp #886321:886322
@@ -1235,11 +1235,13 @@
   setMainWidget(hbox);
 
   hboxLayout2->setSpacing(KDialog::spacingHint());
+  
+  QLabel *lbl_le = new QLabel(i18n("Enter a phone number:"));
+  hboxLayout2->addWidget(lbl_le);
 
-  new QLabel(i18n("Enter a phone number:"), hbox);
-
-  le = newLineEdit(14, hbox);
+  QLineEdit *le = new QLineEdit;
   le->setMinimumWidth(125);
+  hboxLayout2->addWidget(le);
 
   connect(le, SIGNAL(textChanged(const QString &)),
 	  this, SLOT(textChanged(const QString &)));
[prev in list] [next in list] [prev in thread] [next in thread] 

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