make divider wider

This commit is contained in:
Eric House 2014-09-22 07:05:45 -07:00
parent 46907ec03d
commit a485480496

View file

@ -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)))