Show
Ignore:
Timestamp:
06/06/08 07:23:44 (6 months ago)
Author:
eugene
Message:

Introduced Fixed font setting and made it to be used in network log and file editors.
Default fixed font is constructed by taking global qApp->font() and setting Monospace family on it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/userevents/usersendcommon.cpp

    r6218 r6239  
    415415  myPictureSplitter = new QSplitter(myViewSplitter); 
    416416 
    417   myMessageEdit = new MLEdit(true, myPictureSplitter, true); 
     417  myMessageEdit = new MLEdit(true, myPictureSplitter); 
    418418  myMessageEdit->setSizeHintLines(3); 
    419419  myMessageEdit->setCheckSpellingEnabled(Config::Chat::instance()->checkSpelling());