Fix #8429: The option for A4 is separated from the other A* page sizes in the Page Format option in Document Properties

Fix inbox#8429: The option for A4 is separated from the other A* page sizes in the Page Format option in Document Properties

  • Note: An easy fix would have been to move the A4 paper size in 'src/util/pages-skeleton.h'. A different approach was preferred.
  • I'm proposing to have Inkscape ordering the paper pages by ascending natural order within a group (which is an efficient way to look for an item in a textual list in my opinion, especially in 'Others').
  • Benefit: No manual definitive sorting in code. Separate the data definition from the UI. If later some paper sizes are added, renamed or support translation, the display will follow consistently.
Edited by Codain

Merge request reports

Loading