[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Mar 5 00:18:03 CET 2005
CVS commit by netterfield:
Revert to Andrew's original fix, but leave 1.25 * line spacing...
M +2 -1 kst2dplot.cpp 1.367
--- kdeextragear-2/kst/kst/kst2dplot.cpp #1.366:1.367
@@ -1819,5 +1819,6 @@ void Kst2DPlot::setBorders(double& xleft
xleft_bdr_px = tpy.maxWidth;
- xleft_bdr_px += 3*YLabel->lineSpacing(p)/2;
+ xleft_bdr_px += 5*YLabel->lineSpacing(p)/4;
+ xleft_bdr_px += YTickLabel->lineSpacing(p) / 4;
// calculate the right border
More information about the Kst
mailing list