[Kalzium] [Bug 109979] The Plot is not centered
Pino Toscano
toscano.pino at tiscali.it
Mon Aug 15 14:28:55 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=109979
toscano.pino tiscali it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From toscano.pino tiscali it 2005-08-15 14:28 -------
SVN commit 449411 by pino:
Take the space for the y axis label.
BUG: 109979
M +1 -0 elementdataviewer.cpp
--- branches/KDE/3.5/kdeedu/kalzium/src/elementdataviewer.cpp #449410:449411
@ -47,6 +47,7 @
m_pPlotSetupWidget->from->setMaxValue( d->numberOfElements() - 1 );
m_pPlotSetupWidget->to->setMaxValue( d->numberOfElements() );
m_pPlotWidget = new PlotWidget( 0.0, 12.0 ,0.0 ,22.0, plainPage(), "plotwidget" );
+ m_pPlotWidget->setYAxisLabel(" ");
m_pPlotWidget->setMinimumWidth( 200 );
m_pPlotWidget->resize( 400, m_pPlotWidget->height() );
More information about the Kalzium
mailing list