mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
fix from branch: position tray buttons correctly in highres case
This commit is contained in:
parent
ff276276e3
commit
b652a2952d
1 changed files with 7 additions and 2 deletions
|
@ -29,9 +29,14 @@
|
||||||
#define SBAR_START_VALUE SBAR_MIN
|
#define SBAR_START_VALUE SBAR_MIN
|
||||||
|
|
||||||
#define TRAY_HEIGHT_LR 21
|
#define TRAY_HEIGHT_LR 21
|
||||||
#define TRAY_HEIGHT_HR 16
|
|
||||||
#define TRAY_BUTTON_HEIGHT_LR 10
|
#define TRAY_BUTTON_HEIGHT_LR 10
|
||||||
#define TRAY_BUTTON_HEIGHT_HR 8
|
#ifdef FEATURE_HIGHRES
|
||||||
|
# define TRAY_HEIGHT_HR 16
|
||||||
|
# define TRAY_BUTTON_HEIGHT_HR 8
|
||||||
|
#else
|
||||||
|
# define TRAY_HEIGHT_HR TRAY_HEIGHT_LR
|
||||||
|
# define TRAY_BUTTON_HEIGHT_HR TRAY_BUTTON_HEIGHT_LR
|
||||||
|
#endif
|
||||||
#define TRAY_BUTTON_WIDTH 9
|
#define TRAY_BUTTON_WIDTH 9
|
||||||
|
|
||||||
#define FLIP_BUTTON_WIDTH 8
|
#define FLIP_BUTTON_WIDTH 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue