Minor typo fixes in comment.

This commit is contained in:
Pascal Obry
2018-09-03 09:43:36 +02:00
committed by Damien Grauser
parent c0cf875f1b
commit 04b6bab3e5
15 changed files with 17 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ public:
ZoneItem( const QString &title )
{
setTitle( title );
setZ( 11 ); // on top the the grid
setZ( 11 ); // on top the grid
setOrientation( Qt::Vertical );
setItemAttribute( QwtPlotItem::Legend, true );
}