Changeset a885c3d9d2 in tspsg for src/defaults.h
- Timestamp:
- Mar 24, 2011, 8:06:01 PM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 23ad8db4a5
- Parents:
- d97db6d321
- git-author:
- Oleksii Serdiuk <contacts@…> (03/24/11 20:06:01)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
rd97db6d321 ra885c3d9d2 103 103 #define DEF_ALTERNATE_COLOR QColor(0xA00000) 104 104 105 #ifndef QT_NO_PRINTER 106 # define DEF_PAGE_SIZE QPrinter::A4 107 # define DEF_PAGE_ORIENTATION QPrinter::Portrait 108 # define DEF_MARGIN_LEFT 25 109 # define DEF_MARGIN_TOP 15 110 # define DEF_MARGIN_RIGHT DEF_MARGIN_TOP 111 # define DEF_MARGIN_BOTTOM DEF_MARGIN_TOP 112 #endif 113 105 114 #endif // DEFAULTS_H
Note: See TracChangeset
for help on using the changeset viewer.