summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-10-23 19:51:57 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-10-23 19:51:57 +0200
commitcbf6b6ee60816f44ad72f8ff550b35332d0114a6 (patch)
tree2870cff49b5b023d56eea91b6413b9e929833fad /src/gui/kernel/qapplication_win.cpp
parent076ab884591448cae5f029683401722e417a7c9c (diff)
parent079202d135908444c418b064928117b4a273e075 (diff)
Merge branch '4.5' into 4.6
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index 5bb25fa3a7..e84985ea9d 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -615,6 +615,8 @@ static void qt_set_windows_font_resources()
if (qt_wince_is_mobile()) {
smallerFont.setPointSize(systemFont.pointSize()-1);
QApplication::setFont(smallerFont, "QTabBar");
+ smallerFont.setBold(true);
+ QApplication::setFont(smallerFont, "QAbstractButton");
}
#endif// Q_WS_WINCE
}