File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -235,10 +235,10 @@ void QgsNorthArrowPlugin::renderNorthArrow(QPainter * theQPainter)
235
235
}
236
236
else
237
237
{
238
- QFont myQFont (" time" , 32 , QFont::Bold);
238
+ QFont myQFont (" time" , 12 , QFont::Bold);
239
239
theQPainter->setFont (myQFont);
240
240
theQPainter->setPen (Qt::black);
241
- theQPainter->drawText (10 , 20 , QString (tr (" Pixmap Not Found " )));
241
+ theQPainter->drawText (10 , 20 , QString (tr (" North arrow pixmap not found " )));
242
242
}
243
243
}
244
244
Original file line number Diff line number Diff line change @@ -152,10 +152,10 @@ void QgsNorthArrowPluginGui::rotatePixmap(int theRotationInt)
152
152
myPainterPixmap.fill ();
153
153
QPainter myQPainter;
154
154
myQPainter.begin (&myPainterPixmap);
155
- QFont myQFont (" time" , 18 , QFont::Bold);
155
+ QFont myQFont (" time" , 12 , QFont::Bold);
156
156
myQPainter.setFont (myQFont);
157
157
myQPainter.setPen (Qt::red);
158
- myQPainter.drawText (10 , 20 , tr (" Pixmap Not Found " ));
158
+ myQPainter.drawText (10 , 20 , tr (" Pixmap not found " ));
159
159
myQPainter.end ();
160
160
pixmapLabel->setPixmap (myPainterPixmap);
161
161
}
You can’t perform that action at this time.
0 commit comments