From 58e8a92e6a9f1813305428e141c67fb11e14c4ff Mon Sep 17 00:00:00 2001 From: doitux Date: Tue, 16 Jan 2007 22:48:26 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow.ui | 15 +++++++++++++++ src/gui/qt/mainwindowimpl.cpp | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/gui/qt/mainwindow.ui b/src/gui/qt/mainwindow.ui index eb9e87b7..871e9bd8 100644 --- a/src/gui/qt/mainwindow.ui +++ b/src/gui/qt/mainwindow.ui @@ -3215,6 +3215,11 @@ 0 + + + 9 + + @@ -3523,6 +3528,11 @@ 0 + + + 9 + + @@ -3831,6 +3841,11 @@ 0 + + + 9 + + diff --git a/src/gui/qt/mainwindowimpl.cpp b/src/gui/qt/mainwindowimpl.cpp index ae1e794c..ea625df6 100755 --- a/src/gui/qt/mainwindowimpl.cpp +++ b/src/gui/qt/mainwindowimpl.cpp @@ -149,7 +149,7 @@ mainWindowImpl::mainWindowImpl(QMainWindow *parent, const char *name) //Schriftart laden cout << "schriftart läd: " << QFontDatabase::addApplicationFont ("src/gui/qt/font.ttf") << endl; - QFont tmpFont("Tuffy"); + QFont tmpFont("Tuffy",9); QApplication::setFont(tmpFont);