Changeset 9eb63a1598 in tspsg for src/defaults.h


Ignore:
Timestamp:
Dec 20, 2010, 9:53:45 PM (13 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
b8a2a118c4
Parents:
b59e2ea0b1
git-author:
Oleksii Serdiuk <contacts@…> (12/20/10 21:53:45)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

Converted file formatting to have spaces instead of tabs. No code changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    rb59e2ea0b1 r9eb63a1598  
    4343 */
    4444#ifdef Q_WS_WINCE_WM
    45         #define DEF_USE_NATIVE_DIALOGS false
     45#   define DEF_USE_NATIVE_DIALOGS false
    4646#else
    47         #define DEF_USE_NATIVE_DIALOGS true
     47#   define DEF_USE_NATIVE_DIALOGS true
    4848#endif // Q_WS_WINCE_WM
    4949//! Default for "Save main window state and position"
     
    9292 */
    9393#ifdef Q_WS_S60
    94         #define DEF_FONT_SIZE 8
     94#   define DEF_FONT_SIZE 8
    9595#else
    96         #define DEF_FONT_SIZE 10
     96#   define DEF_FONT_SIZE 10
    9797#endif // Q_WS_S60
    9898//! Default text color
Note: See TracChangeset for help on using the changeset viewer.