mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
make divider wider
This commit is contained in:
parent
46907ec03d
commit
a485480496
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef DIVIDER_RATIO
|
||||
# define DIVIDER_RATIO 5 /* 1/5 tray tile width */
|
||||
# define DIVIDER_RATIO 3 /* 1/3 tray tile width */
|
||||
#endif
|
||||
#define DIVIDER_WIDTH(trayWidth) \
|
||||
((trayWidth) / (1 + (MAX_TRAY_TILES*DIVIDER_RATIO)))
|
||||
|
|
Loading…
Add table
Reference in a new issue