Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump sort key for numeric scalebar to give more room
  • Loading branch information
nyalldawson committed Mar 22, 2020
1 parent b630185 commit 84fd3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/scalebar/qgsnumericscalebarrenderer.cpp
Expand Up @@ -33,7 +33,7 @@ QString QgsNumericScaleBarRenderer::visibleName() const

int QgsNumericScaleBarRenderer::sortKey() const
{
return 9;
return 100;
}

QgsScaleBarRenderer::Flags QgsNumericScaleBarRenderer::flags() const
Expand Down

0 comments on commit 84fd3b5

Please sign in to comment.