logfiles work on windows now

This commit is contained in:
doitux
2007-02-09 22:56:03 +00:00
parent 5299b80276
commit 8114a710e7
2 changed files with 19 additions and 9 deletions
+5
View File
@@ -77,8 +77,13 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent)
setupUi(this);
//Schriftgrößen festlegen
#ifdef _WIN32
tmpFont.setPixelSize(11);
textBrowser_Log->setFont(tmpFont);
#else
tmpFont.setPixelSize(10);
textBrowser_Log->setFont(tmpFont);
#endif
tmpFont.setPixelSize(18);
label_Pot->setFont(tmpFont);
tmpFont.setPixelSize(13);