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

List:       kde-commits
Subject:    branches/kdepim/enterprise4/kdepim/kleopatra/crypto/gui
From:       Christoph Schleifenbaum <christoph () kdab ! net>
Date:       2010-10-29 14:02:11
Message-ID: 20101029140211.49FE2AC899 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1191050 by cschleifenbaum:

larger minimum size
kolab-4487


 M  +2 -1      verifychecksumsdialog.cpp  


--- branches/kdepim/enterprise4/kdepim/kleopatra/crypto/gui/verifychecksumsdialog.cpp \
#1191049:1191050 @@ -177,7 +177,8 @@
                 view.resizeColumnToContents( i );
             for( int i = 0; i < proxy.rowCount(); ++i )
                 r = r.united( view.visualRect( proxy.index( proxy.columnCount() - 1, \
                i ) ) );
-            view.setMinimumSize( QSize( qMin( 1024, r.width() + 4 * \
view.frameWidth() ), qMin( 512, r.height() ) ) ); +            view.setMinimumSize( \
QSize( qBound( r.width() + 4 * view.frameWidth(), 4 * 100 + 4 * view.frameWidth(), \
1024 ), // 100 is the default defaultSectionSize +                                    \
qBound( r.height(), 100, 512 ) ) );  }
 
         void setBase( const QString & base ) {


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

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