
On 2015-09-06 17:32 (+0200), Brynn wrote:
I use a 5 px stroke width often, and I also use the context menu for
the stroke width in the Style Indicator area. That menu offers widths:
0.1 0.25 0.5 0.75 1 1.5 2 3 4 6 7 8 10 ......
I understand leaving out 9, but I don't understand leaving in 7.
Are you sure there's a '7' in that popup menu of the current style indicator in the status bar? Since the order of the values is reversed (smallest at the top instead of bottom), the list possibly was not written with a screenshot of the menu as reference (?), or else the Windows builds of Inkscape 0.91 differ in this regard from other platforms supported by Inkscape.
Is there any relatively easy way I can add "5" into my own menu?
To the best of my knowledge, the values are hard-coded (built-in) [1] and cannot be changed by users at runtime via preferences or other means.
The hard-coded values are: 32, 16, 10, 8, 6, 4, 3, 2, 1.5, 1, 0.75, 0.5, 0.25, 0.1
... and here are screenshots of the popup menu as seen in Inkscape 0.91: https://www.dropbox.com/sh/8gfz14slgr42ddn/AACis1TaCMGyjiT11zl0AuV0a?dl=0
Regards, V
[1] links to source code: * Inkscape 0.91 r13725: http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/view/... * Inkscape 0.91+devel (HEAD) https://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/src/ui/...