diff --git a/src/pokerth.cpp b/src/pokerth.cpp index de95bec8..acde0653 100755 --- a/src/pokerth.cpp +++ b/src/pokerth.cpp @@ -120,7 +120,7 @@ int main( int argc, char **argv ) QString font1String("font-family: \"Nimbus Sans L\";"); #ifdef __APPLE__ - a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 11px; }"); + a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 10px; }"); #else a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 12px; }"); #endif