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

List:       kde-commits
Subject:    kdenox/konq-embed/src
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-07-19 14:30:34
Message-ID: 1153319434.232906.13065.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 564197 by eva:

- small layout improvements in cert dialog
- cleanup


 M  +3 -8      preferences_road.cc  


--- trunk/kdenox/konq-embed/src/preferences_road.cc #564196:564197
@@ -1124,13 +1124,7 @@
     setCaption( certmap.getValue("O") + tr("  SSL Certificate") );
 
     QVBoxLayout *vLayout = new QVBoxLayout( w, KDialog::marginHint(), 0 );
-//    QGridLayout *layout = new QGridLayout(5, 2, KDialog::spacingHint());
-//    vLayout->addItem(layout);
 
-    QHBoxLayout *hlayout = new QHBoxLayout( 0 );
-    //layout->addMultiCellLayout(hlayout, 0, 0, 0, 1);
-    vLayout->addLayout( hlayout );
-
     oSubject = new KSSLCertBox( w );
     oSubject->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ) );
     oSubject->setValues(certItem->getSub());
@@ -1146,16 +1140,17 @@
              oIssuer->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred ) );
              oIssuer->setValues(c->getIssuer());
 
-             vLayout->addWidget( new QLabel( tr( "Issuer xx" ), w ) );
+             vLayout->addWidget( new QLabel( tr( "Issuer " ), w ) );
              vLayout->addWidget(oIssuer);
         }
     }
+    vLayout->addSpacing(6);
 
     QPalette pal;
     const QDateTime& curDate = QDateTime::currentDateTime();
     QGridLayout *grid = new QGridLayout( 0, 4, 3, 0, KDialog::spacingHint());
     vLayout->addLayout( grid );
-    vLayout->addSpacing(4);
+    vLayout->addSpacing(6);
 
     QLabel *fromLabel = new QLabel(i18n("Valid from:"), w);
     QLabel *untilLabel = new QLabel(i18n("Valid until:"), w);
[prev in list] [next in list] [prev in thread] [next in thread] 

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