mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
Increased some borders/gaps for better visual appearance.
- solidify/level.c (level): increase gap between table cells from 2 to 4 pixels for better visual separation of projections - solidify/style.h (OVERLAP_BORDER): increased from 10 to 30 pixels
This commit is contained in:
@@ -21,7 +21,7 @@ extern GdkGC *gc_osd;
|
||||
|
||||
#define OSD_PROXIMITY 20 /* pixels */
|
||||
#define LEVEL_CENTER_DIV 5 /* fraction of diagonal */
|
||||
#define OVERLAP_BORDER 10 /* pixels around min. drawing area */
|
||||
#define OVERLAP_BORDER 30 /* pixels around min. drawing area */
|
||||
#define OVERLAP_CENTER_DIV 5 /* fraction of diagonal */
|
||||
#define SLOWEST_ROT 3 /* thrice the half-diagonal */
|
||||
#define FASTEST_ROT 2 /* one pixel in distance of 2 pixels */
|
||||
|
||||
Reference in New Issue
Block a user