Skip to content

Commit

Permalink
[composer] Make map rectangle preview text a bit more subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 15, 2013
1 parent bb1380e commit b192f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermap.cpp
Expand Up @@ -315,7 +315,7 @@ void QgsComposerMap::paint( QPainter* painter, const QStyleOptionGraphicsItem* i
drawBackground( painter );
QFont messageFont( "", 12 );
painter->setFont( messageFont );
painter->setPen( QColor( 0, 0, 0 ) );
painter->setPen( QColor( 0, 0, 0, 125 ) );
painter->drawText( thisPaintRect, tr( "Map will be printed here" ) );
}
else if ( mComposition->plotStyle() == QgsComposition::Preview )
Expand Down

0 comments on commit b192f64

Please sign in to comment.