Opened 14 years ago

Closed 14 years ago

#2277 closed patch (fixed)

fix for CopyrightLabel position

Reported by: smizuno Owned by: timlinux
Priority: minor: annoyance Milestone: Version 1.4.0
Component: C++ Plugins Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

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.

Attachments (1)

patch-CopyrightLabel(position)-20091210.txt (1.7 KB ) - added by smizuno 14 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by jef, 14 years ago

Resolution: fixed
Status: newclosed

applied in r12441. Thanks.

Note: See TracTickets for help on using tickets.