agryson / FreeCAD

My personal fork of FreeCAD, mainly doing design work (iconography, UI elements, etc.).
Other
2 stars 0 forks source link

Use generic icons for page type #43

Open agryson opened 7 years ago

agryson commented 7 years ago

The Drawing workbench currently explicitly creates an icon for every page size and orientation.

We should instead use a generic portrait icon and a generic landscape icon, allowing the icon label to communicate the page size.

See Drawing/Gui/Command.cpp#167 for a relevant piece of code for placing these icons.