Changeset a885c3d9d2 in tspsg for src/defaults.h


Ignore:
Timestamp:
Mar 24, 2011, 8:06:01 PM (13 years ago)
Author:
Oleksii Serdiuk
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)
Message:
  • Default page setup for printing can now be configured through the config file (tspsg.ini), also see ticket #5.
  • Some very slight improvements to the solution output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    rd97db6d321 ra885c3d9d2  
    103103#define DEF_ALTERNATE_COLOR QColor(0xA00000)
    104104
     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
    105114#endif // DEFAULTS_H
Note: See TracChangeset for help on using the changeset viewer.