Thanks for these interesting features! But I can't find the .xpm files ; how could I get them? Without the files I can't compile so I haven't yet seen the improved shortcut bar. About making features optional, so that they can be switched on and off, is a good practive. I also left an option to use the older short toolbar labels, so now the main.h file contains this: // uncomment this if you wish to have the traditional short toolbar labels. // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //#define USE_SHORT_TOOLBAR_LABELS So by uncommenting this macro one will have the old look that fits better for lower screen resolutions. We can have these settings either at the configure script or at some source file (should be a single file/location for easier access). Thanks & regards, Tommi