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

List:       kde-commits
Subject:    branches/kdepim/enterprise/kdepim/certmanager/lib/ui
From:       Till Adam <adam () kde ! org>
Date:       2008-06-24 11:08:53
Message-ID: 1214305733.349795.1197.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 823853 by tilladam:

Start with a reasonable initial size. We can't rely on size hint,
as the word-wrapped label invalidates the proper minimum size handling.

kolab/issue2568


 M  +1 -1      keyselectiondialog.cpp  


--- branches/kdepim/enterprise/kdepim/certmanager/lib/ui/keyselectiondialog.cpp #823852:823853
@@ -401,7 +401,7 @@
 
   if ( kapp ) {
     KWin::setIcons( winId(), kapp->icon(), kapp->miniIcon() );
-    QSize dialogSize( sizeHint() );
+    QSize dialogSize( QSize( 500, 400 ) );
 
     KConfigGroup dialogConfig( KGlobal::config(), "Key Selection Dialog" );
     dialogSize = dialogConfig.readSizeEntry( "Dialog size", &dialogSize );
[prev in list] [next in list] [prev in thread] [next in thread] 

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