Changeset 0a4e16b182 in tspsg for src/defaults.h


Ignore:
Timestamp:
May 31, 2011, 2:01:38 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
b2be4c19a1
Parents:
9f5cc00f29
git-author:
Oleksii Serdiuk <contacts@…> (05/31/11 14:01:38)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:46:00)
Message:

Added a border to tables in the solution output. Looks more readable
with long numbers, now. The border color can be controlled through
Output/Colors/TableBorder? setting in tspsg.ini. It is in #RRGGBB format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    r9f5cc00f29 r0a4e16b182  
    110110#define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
    111111//! Default selected candidate color
    112 #define DEF_SELECTED_COLOR QColor(0x008000)
     112#define DEF_SELECTED_COLOR "#008000"
    113113//! Default alternate candidate color
    114 #define DEF_ALTERNATE_COLOR QColor(0xA00000)
     114#define DEF_ALTERNATE_COLOR "#A00000"
     115//! Default table border color
     116#define DEF_TABLE_COLOR "#EEEEEE"
    115117
    116118#ifndef QT_NO_PRINTER
Note: See TracChangeset for help on using the changeset viewer.