Code

Use subdirectories with icon sizes.
[inkscape.git] / src / widgets / widget-sizes.h
1 // #define TOOL_BUTTON_SIZE 28
3 // GTK uses 24 for icon sizes by default.  Spacing adjust to keep the
4 // toolbar the same as other GTK applications.  If we want that, use
5 // these defines instead:
6 //#define AUX_BUTTON_SIZE 24
7 //#define AUX_SPACING 2
9 // #define AUX_BUTTON_SIZE 20
10 #define AUX_SPACING 3
12 #define AUX_BETWEEN_BUTTON_GROUPS 7
13 #define AUX_BETWEEN_SPINBUTTONS 0
14 #define AUX_SPINBUTTON_WIDTH 62
15 #define AUX_SPINBUTTON_WIDTH_SMALL 56
16 #define AUX_SPINBUTTON_HEIGHT 20
17 #define AUX_OPTION_MENU_WIDTH 55
18 #define AUX_OPTION_MENU_HEIGHT 20
19 #define AUX_MENU_ITEM_WIDTH 32
20 #define AUX_MENU_ITEM_HEIGHT 18
22 #define SPIN_STEP 0.1
23 #define SPIN_PAGE_STEP 5.0
25 #define BOTTOM_BAR_HEIGHT 20
26 #define BOTTOM_BUTTON_SIZE 14
28 #define STATUS_BAR_FONT_SIZE 10000
30 #define STATUS_ZOOM_WIDTH 57
32 #define SELECTED_STYLE_SB_WIDTH 38
33 #define SELECTED_STYLE_WIDTH 180
34 #define STYLE_SWATCH_WIDTH 100
36 #define STATUS_LAYER_FONT_SIZE 7700
38 #define RULER_WIDTH           12
39 #define RULER_HEIGHT          12
40 #define RULER_FONT_SIZE 6500
41 #define RULER_FONT_VERTICAL_SPACING 1.2
43 /*
44   Local Variables:
45   mode:c++
46   c-file-style:"stroustrup"
47   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
48   indent-tabs-mode:nil
49   fill-column:99
50   End:
51 */
52 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :