Changeset 149 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
Dec 20, 2010, 9:53:45 PM (13 years ago)
Author:
laleppa
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defaults.h

    r141 r149  
    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.