GNOME Bugzilla – Bug 538940
Notebook icon in toolbar has hardcoded size
Last modified: 2011-06-25 20:15:53 UTC
The notebook icon on the toolbar has the size hardcoded to 24x24 as it seems. On my notebook, where I don't have much screen space I use a gtk theme with 16x16 toolbar icons. The result is that all other toolbar icons use the 16x16 size but the notebook icon is still 24x24.
Created attachment 112977 [details] Screenshot
Yep, we definitely hard-code this in NotebookNoteAddin.cs. We need to: 1) Take size from toolbar/button/whatever. 2) Change icon size when toolbar/button changes size. Targeting for this cycle.
This is a duplicate of bug #580696.
*** This bug has been marked as a duplicate of bug 580696 ***