valentina/options.h

10 lines
180 B
C
Raw Normal View History

2013-07-03 14:29:26 +02:00
#ifndef OPTIONS_H
#define OPTIONS_H
#define PrintDPI 96
#define PaperSize 50000
2013-07-13 12:51:31 +02:00
#define WidthMainLine 0.8*PrintDPI/25.4
#define widthHairLine WidthMainLine/3
2013-07-03 14:29:26 +02:00
#endif // OPTIONS_H