From b438bb093f660bcafe43760d24c22fcb74e28270 Mon Sep 17 00:00:00 2001 From: doitux Date: Thu, 22 Jul 2010 21:47:53 +0000 Subject: [PATCH] mac font fix --- src/pokerth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pokerth.cpp b/src/pokerth.cpp index 281b0a13..642de46d 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -117,7 +117,7 @@ int main( int argc, char **argv ) #else #ifdef __APPLE__ // QString font1String("font-family: \"Lucida Grande\";"); - QString font1String("QApplication, QWidget, QDialog { font-family: \"Lucida Grande\"; font-size: 12px; }"); + QString font1String("QApplication, QWidget, QDialog { font-size: 11px; }"); #else QString font1String("QApplication, QWidget, QDialog { font-family: \"Nimbus Sans L\"; font-size: 12px; }"); #endif