We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d68422d commit d45eea1Copy full SHA for d45eea1
src/app/qgsdecorationgriddialog.cpp
@@ -79,6 +79,7 @@ void QgsDecorationGridDialog::updateGuiElements()
79
mAnnotationDirectionComboBox->setCurrentIndex(( int ) mDeco.gridAnnotationDirection() );
80
mCoordinatePrecisionSpinBox->setValue( mDeco.gridAnnotationPrecision() );
81
82
+ mDistanceToMapFrameSpinBox->setValue( mDeco.annotationFrameDistance() );
83
// QPen gridPen = mDeco.gridPen();
84
// mLineWidthSpinBox->setValue( gridPen.widthF() );
85
// mLineColorButton->setColor( gridPen.color() );
0 commit comments