[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Nov 16 20:19:46 CET 2005
SVN commit 480832 by arwalker:
Allow for the width of the new data notifier when determining the text to display in the status bar
M +3 -1 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #480831:480832
@@ -1691,7 +1691,9 @@
widthAvailable -= _progressBar->width();
widthAvailable -= spacing;
}
-
+ widthAvailable -= _dataNotifier->geometry().width();
+ widthAvailable -= spacing;
+
widthUsed = widthData;
widthUsed += widthReady;
#ifdef HAVE_LINUX
More information about the Kst
mailing list