Feature request #14094

Increase allowed maximum value for Outline Width in Simple Marker dialog

Added by Dražen Tutić over 8 years ago. Updated over 8 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Symbology
Pull Request or Patch supplied:Yes Resolution:fixed/implemented
Easy fix?:No Copied to github as #:22101

Description

In Simple Marker dialog box max value for Outline Width is 99.99 (inherited from QDoubleSpinBox?). If Map units are used for specifying Outline Width, and map is in small scale, larger values are needed, for example if map is printed in 1:3 000 000, line width of 0.2 mm is specified as 600 map units.

Solution:

In file QGIS/src/ui/symbollayer/widget_simplemarker.ui

Add e.g. "<property name="maximum">
<double>100000.000000000000000</double>
</property>"
to object
<widget class="QgsDoubleSpinBox" name="mOutlineWidthSpinBox"></widget>

widget_simplemarker.ui (14.3 KB) Dražen Tutić, 2016-01-12 11:40 PM

Associated revisions

Revision 2aa523d4
Added by Alexander Bruy over 8 years ago

increase maximum value for outline width in symbols widgets (fix #14094)

History

#1 Updated by Alexander Bruy over 8 years ago

  • Status changed from Open to Closed

#2 Updated by Alexander Bruy over 8 years ago

  • Resolution set to fixed/implemented

Also available in: Atom PDF