Feature request #2277
fix for CopyrightLabel position
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | C++ Plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12337 |
Description
Here is a patch to fix a very minor problem with the positioning of the copyright on the map. When positioned at the bottom it is just at the edge rather than inset as it is at left, right and top.
The offset was incorrectly calculated because of missing parentheses in the expression.
Also, there is retrieval of font face and size from stored settings, but there is no place to set these in the copyright dialog, so I commented out those two lines, leaving them for possible future use. The application default font is used.
History
#1
Updated by Jürgen Fischer over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
applied in 8b0c041f (SVN r12442). Thanks.