diff --git a/src/pokerth.cpp b/src/pokerth.cpp index acde0653..3b7b0f40 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: 10px; }"); + a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 10pt; }"); #else a.setStyleSheet("QApplication, QWidget, QDialog { " + font1String + " font-size: 12px; }"); #endif