Changeset 20e8115cee in tspsg for src/defaults.h


Ignore:
Timestamp:
Apr 14, 2011, 1:09:20 AM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8f2427aaf0
Parents:
144fbe6b96
git-author:
Oleksii Serdiuk <contacts@…> (04/14/11 01:09:20)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

+ Added the ability to setup page-related options for printing (closed ticket #5).

  • Fixed bug #3 (Solution graph font size should be fixed) - font size now depends on the graph size.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    r144fbe6b96 r20e8115cee  
    4949//! Default for "Save main window state and position"
    5050#define DEF_SAVEPOS true
    51 //! Default for "Use translucency effects in Vista/7"
    52 #define DEF_USE_TRANSLUCENCY true
     51/*!
     52 * \def DEF_USE_TRANSLUCENCY
     53 * \brief Default for "Use translucency effects"
     54 */
     55#ifdef Q_WS_WIN
     56#   define DEF_USE_TRANSLUCENCY true
     57#else
     58#   define DEF_USE_TRANSLUCENCY false
     59#endif
    5360//! Default for "Check for updates"
    5461#define DEF_CHECK_FOR_UPDATES false
Note: See TracChangeset for help on using the changeset viewer.