| Summary: | Plot font size request not always honoured | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrew Walker
2007-03-27 22:25:04 UTC
SVN commit 648295 by netterfield: BUG: 143523 Make sure to do internal alignment on child objects. Reviewed by George. M +2 -0 kst2dplot.cpp --- trunk/extragear/graphics/kst/src/libkstapp/kst2dplot.cpp #648294:648295 @@ -2011,6 +2011,8 @@ double xtick_len_px, ytick_len_px; int x_px, y_px; + KstViewObject::internalAlignment(p, plotRegion); + // resize labels based on window size. x_px = geometry().width(); y_px = geometry().height(); |