mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Minor typo fixes in comment.
This commit is contained in:
committed by
Damien Grauser
parent
c0cf875f1b
commit
04b6bab3e5
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user