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

List:       kde-commits
Subject:    playground/utils/filelight/src/part/radialMap
From:       Martin Tobias Holmedahl Sandsmark <sandsmark () samfundet ! no>
Date:       2010-01-25 22:52:37
Message-ID: 1264459957.784251.32701.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1080252 by sandsmark:

use a proper minimum size for the radial map

 M  +1 -1      widget.cpp  


--- trunk/playground/utils/filelight/src/part/radialMap/widget.cpp #1080251:1080252
@@ -46,7 +46,7 @@
         , m_toBeDeleted(0)
 {
     setAcceptDrops(true);
-    setMinimumSize(100,100);//TODO: set a sane minimumsize, not just a random one.
+    setMinimumSize(350, 250);
 
     const QBitmap *cursor = QCursor(Qt::PointingHandCursor).bitmap();
     m_tip = new SegmentTip(cursor ? cursor->height() : 16);
[prev in list] [next in list] [prev in thread] [next in thread] 

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