Skip to content

Commit b192f64

Browse files
committedDec 15, 2013
[composer] Make map rectangle preview text a bit more subtle
1 parent bb1380e commit b192f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ void QgsComposerMap::paint( QPainter* painter, const QStyleOptionGraphicsItem* i
315315
drawBackground( painter );
316316
QFont messageFont( "", 12 );
317317
painter->setFont( messageFont );
318-
painter->setPen( QColor( 0, 0, 0 ) );
318+
painter->setPen( QColor( 0, 0, 0, 125 ) );
319319
painter->drawText( thisPaintRect, tr( "Map will be printed here" ) );
320320
}
321321
else if ( mComposition->plotStyle() == QgsComposition::Preview )

0 commit comments

Comments
 (0)
Please sign in to comment.