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

List:       kde-commits
Subject:    kdebase/kcontrol/kicker
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-02-06 10:26:16
Message-ID: 20050206102616.AEDD39A80 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

don't rely on defines in kicker.h that aren't actually used in kicker


  M +3 -3      extensionInfo.cpp   1.20


--- kdebase/kcontrol/kicker/extensionInfo.cpp  #1.19:1.20
@@ -45,7 +45,7 @@ void extensionInfo::load()
         _resizeable = true;
         _useStdSizes = true;
-        _customSizeMin = Kicker::MIN_DIMENSION;
-        _customSizeMax = Kicker::MAX_DIMENSION;
-        _customSize = Kicker::DEFAULT_CUSTOM_DIMENSION;
+        _customSizeMin = 24;
+        _customSizeMax = 256;
+        _customSize = 56;
         _showLeftHB     = false;
         _showRightHB    = true;


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

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