Changeset 9eb63a1598 in tspsg for src/defaults.h
- Timestamp:
- Dec 20, 2010, 9:53:45 PM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
rb59e2ea0b1 r9eb63a1598 43 43 */ 44 44 #ifdef Q_WS_WINCE_WM 45 #define DEF_USE_NATIVE_DIALOGS false45 # define DEF_USE_NATIVE_DIALOGS false 46 46 #else 47 #define DEF_USE_NATIVE_DIALOGS true47 # define DEF_USE_NATIVE_DIALOGS true 48 48 #endif // Q_WS_WINCE_WM 49 49 //! Default for "Save main window state and position" … … 92 92 */ 93 93 #ifdef Q_WS_S60 94 #define DEF_FONT_SIZE 894 # define DEF_FONT_SIZE 8 95 95 #else 96 #define DEF_FONT_SIZE 1096 # define DEF_FONT_SIZE 10 97 97 #endif // Q_WS_S60 98 98 //! Default text color
Note: See TracChangeset
for help on using the changeset viewer.