mvo5 / synaptic

The synaptic package manager
GNU General Public License v2.0
164 stars 56 forks source link

Keep icons in menu item or not? #3

Closed xuzhen closed 8 years ago

xuzhen commented 8 years ago

I was trying to port code using deprecated GtkImageMenuItem, and found these on GTK+ 3 reference manual

You should consider using icons in menu items only sparingly, and for "objects" (or "nouns") elements only, like bookmarks, files, and links; "actions" (or "verbs") should not have icons.

Should I follow the document and remove most icons in menu item?

mvo5 commented 8 years ago

Thanks a lot for this question! I think it does make sense to follow the GTK+3 reference manual and remove the icons for most things. Looking forward to it :)