mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
tray can be in two positions/have two sizes only, either scrunched for
highres or square as it's always been.
This commit is contained in:
parent
b3da969a47
commit
20fe639146
1 changed files with 7 additions and 4 deletions
|
@ -28,15 +28,18 @@
|
|||
#define SBAR_PAGESIZE 13
|
||||
#define SBAR_START_VALUE SBAR_MIN
|
||||
|
||||
#define TRAY_HEIGHT 21
|
||||
#define TRAY_BUTTON_HEIGHT 10
|
||||
#define TRAY_HEIGHT_LR 21
|
||||
#define TRAY_HEIGHT_HR 16
|
||||
#define TRAY_BUTTON_HEIGHT_LR 10
|
||||
#define TRAY_BUTTON_HEIGHT_HR 8
|
||||
#define TRAY_BUTTON_WIDTH 9
|
||||
|
||||
#define FLIP_BUTTON_WIDTH 8
|
||||
#define FLIP_BUTTON_HEIGHT FLIP_BUTTON_WIDTH
|
||||
#define BOARD_TOP 8
|
||||
|
||||
#define TRAY_BUTTONS_Y (160-TRAY_HEIGHT)
|
||||
#define TRAY_BUTTONS_Y_LR (160-TRAY_HEIGHT_LR)
|
||||
#define TRAY_BUTTONS_Y_HR (160-TRAY_HEIGHT_HR)
|
||||
#define SHOWTRAY_BUTTON_Y (160-FLIP_BUTTON_HEIGHT-5)
|
||||
|
||||
#define IR_STATUS_HEIGHT 12
|
||||
|
@ -397,7 +400,7 @@
|
|||
#endif
|
||||
|
||||
/* versioning stuff */
|
||||
#define XW_PALM_VERSION_STRING "4.1 b3"
|
||||
#define XW_PALM_VERSION_STRING "4.1 b4"
|
||||
#define CUR_PREFS_VERS 0x0405
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue