X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/9c1e7f79952d5e4f6c8c38bb71e1c7c4dc6a3d01..48457df920b6f2c3747baa57366cc23389b3caca:/qt/multypo.cpp diff --git a/qt/multypo.cpp b/qt/multypo.cpp index c9e7101..5ccfed8 100644 --- a/qt/multypo.cpp +++ b/qt/multypo.cpp @@ -16,7 +16,7 @@ MultypoWindow::MultypoWindow(QWidget *parent) : gameStarted(false) { /* Prepare colors */ - setStyleSheet("background-color: black; color: green; font-size: 55pt"); + setStyleSheet("background-color: black; color: green; font-size: 45pt"); /* Prepare conents */ setLayout(new QVBoxLayout(this));