[Kst] extragear/graphics/kst/src/libkstapp

George Staikos staikos at kde.org
Fri Apr 21 15:28:19 CEST 2006


SVN commit 532181 by staikos:

I knew it wasn't enough :-)
BUG: 125817


 M  +1 -1      kstviewobject.h  


--- trunk/extragear/graphics/kst/src/libkstapp/kstviewobject.h #532180:532181
@@ -313,7 +313,7 @@
     bool _container : 1;
     bool _fallThroughTransparency : 1;
     bool _isResizable : 1;
-    int _columns : 6; // "64 columns ought to be enough for anyone"
+    int _columns : 10;
     QGuardedPtr<KstViewObject> _topObjectForMenu;
     QGuardedPtr<KstViewObject> _parent; // danger!!
     Q_UINT32 _standardActions, _layoutActions;


More information about the Kst mailing list