Objects dialog and Layers dialog have the same icon
Steps to reproduce:
- open Inkscape
- go to Object > Objects... menu to open Objects dialog
- open Layers dialog
- minimize both dialogs into lateral panel
You cannot distinguish between both dialogs unless you hover over each one.
What happened?
Both the Layers dialog and the Objects... dialog have the same icon. When both dialogs are minimized in lateral panel, it is difficult to differentiate between the two (unless you hover over each icon to read the tooltip).
I had checked the verbs.cpp file and there is a mistake: both verbs for Objects and Layers dialogs have the same icon defined:
new DialogVerb(SP_VERB_DIALOG_OBJECTS, "DialogObjects", N_("Object_s..."), N_("View Objects"),
INKSCAPE_ICON("dialog-layers")),
What should have happened?
Objects dialog must have a distinctive icon, different from Layers dialog icon
Inkscape Version and Operating System:
- Inkscape Version: 0.92.4
- Operating System: Ubuntu
- Operating System version: 19.04
Edited by Jonathan Neuhauser