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

List:       kde-commits
Subject:    extragear/graphics/kphotoalbum
From:       Jesper Pedersen <blackie () blackie ! dk>
Date:       2006-01-16 0:49:27
Message-ID: 1137372567.338807.30460.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 498726 by blackie:

the minimum width of a databar unit can now be as small as you want to.

 M  +0 -1      TODO  
 M  +1 -1      optionsdialog.cpp  


--- trunk/extragear/graphics/kphotoalbum/TODO #498725:498726
@@ -4,7 +4,6 @@
 - The export feature currently saves in whatever is the current XML encoding
   that is no good, as this will make it save in uncompatible format.
 - Update the KPhotoAlbum demo's index.xml file.
-- change the minimum size of a datebar item to 1
 - thumbnail cache claims it is in MBytes, while it really is in
 Kbytes. Change it to show in MByte though
 - sort selected is again complaining about some images being in between,
--- trunk/extragear/graphics/kphotoalbum/optionsdialog.cpp #498725:498726
@@ -108,7 +108,7 @@
     hlay = new QHBoxLayout( container, 0, 6 );
     QLabel* datebarSize = new QLabel( i18n("Size of histogram boxes in datebar:"), container );
     hlay->addWidget( datebarSize );
-    _barWidth = new QSpinBox( 15, 100, 1, container );
+    _barWidth = new QSpinBox( 1, 100, 1, container );
     hlay->addWidget( _barWidth );
     QLabel* cross = new QLabel( QString::fromLatin1( " x " ), container );
     hlay->addWidget( cross );
[prev in list] [next in list] [prev in thread] [next in thread] 

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