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


Ignore:
Timestamp:
Feb 23, 2010, 11:17:48 PM (14 years ago)
Author:
laleppa
Message:

+ Preliminary Symbian support.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88*.vcproj
        99Makefile*
         10build
        1011debug
        1112release
  • trunk/src/defaults.h

    r92 r93  
    7777        #define DEF_FONT_FAMILY "Courier New"
    7878#endif
    79 //! Default font size
    80 #define DEF_FONT_SIZE 10
     79/*!
     80 * \def DEF_FONT_SIZE
     81 * \brief Default font size
     82 */
     83#ifdef Q_OS_SYMBIAN
     84        #define DEF_FONT_SIZE 8
     85#else
     86        #define DEF_FONT_SIZE 10
     87#endif // Q_OS_SYMBIAN
    8188//! Default font color
    8289#define DEF_FONT_COLOR Qt::black
Note: See TracChangeset for help on using the changeset viewer.