comparison src/layout.c @ 553:32cf2e7992fd

Change default positions of dividers since width of the main menu was increased.
author zas_
date Sat, 03 May 2008 08:35:08 +0000
parents 1149a7b0a3d7
children cca1c3b1b948
comparison
equal deleted inserted replaced
552:d93498f2a0f6 553:32cf2e7992fd
38 #endif 38 #endif
39 39
40 #define MAINWINDOW_DEF_WIDTH 700 40 #define MAINWINDOW_DEF_WIDTH 700
41 #define MAINWINDOW_DEF_HEIGHT 500 41 #define MAINWINDOW_DEF_HEIGHT 500
42 42
43 #define MAIN_WINDOW_DIV_HPOS 270 43 #define MAIN_WINDOW_DIV_HPOS (MAINWINDOW_DEF_WIDTH / 2)
44 #define MAIN_WINDOW_DIV_VPOS 200 44 #define MAIN_WINDOW_DIV_VPOS (MAINWINDOW_DEF_HEIGHT / 2)
45 45
46 #define TOOLWINDOW_DEF_WIDTH 260 46 #define TOOLWINDOW_DEF_WIDTH 260
47 #define TOOLWINDOW_DEF_HEIGHT 450 47 #define TOOLWINDOW_DEF_HEIGHT 450
48
48 #define PROGRESS_WIDTH 150 49 #define PROGRESS_WIDTH 150
49 #define ZOOM_LABEL_WIDTH 64 50 #define ZOOM_LABEL_WIDTH 64
50 51
51 #define PANE_DIVIDER_SIZE 10 52 #define PANE_DIVIDER_SIZE 10
52 53