// #define TOOL_BUTTON_SIZE 28
// GTK uses 24 for icon sizes by default. Spacing adjust to keep the
// toolbar the same as other GTK applications. If we want that, use
// these defines instead:
//#define AUX_BUTTON_SIZE 24
//#define AUX_SPACING 2
// #define AUX_BUTTON_SIZE 20
#define AUX_BETWEEN_SPINBUTTONS 0
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :