qgis / qgis3_UIX_discussion

Issue list to sum up and discuss UI/UX related issues
1 stars 2 forks source link

Vector Style: Reorganize point symbol layers options #39

Closed DelazJ closed 7 years ago

DelazJ commented 7 years ago

A proposal to reorder options provided in symbol layer dialog (the issue was mentioned in mailing list a while ago)- the idea is to group related parameters altogether

Simple Marker/Font Marker

  1. Font Family (for Font marker only)
  2. Size
  3. Fill
  4. Stroke
  5. Stroke Width
  6. Stroke Style (for Simple marker only)
  7. Join Style
  8. Rotation
  9. Offset
  10. Anchor Point

Ellipse Marker

  1. Symbol width
  2. Symbol Height
  3. Fill
  4. Stroke
  5. Stroke Width
  6. Stroke Style
  7. Join Style
  8. Rotation
  9. Offset
  10. Anchor Point

SVG Marker

  1. Size
  2. Fill
  3. Stroke
  4. Stroke Width
  5. Rotation
  6. Offset
  7. Anchor Point
  8. SVG Groups / Image

Filled Marker already follows this structure Opinions?

DelazJ commented 7 years ago

Implemented