From af7685a11bc4d54a78a5da0c32fdb8b6c67dd68d Mon Sep 17 00:00:00 2001 From: Joern Date: Sat, 28 Jun 2014 13:46:25 +0200 Subject: [PATCH] LTM Popup - cosmetics ... Font-Size for Header Texts increased to 10px (since the 8px font is very ugly - at least on Windows 7) - since the Screen can be resized, bigger header texts can still be read after resizing. --- src/LTMPopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LTMPopup.cpp b/src/LTMPopup.cpp index 364ceb8d1..0c052c174 100644 --- a/src/LTMPopup.cpp +++ b/src/LTMPopup.cpp @@ -65,7 +65,7 @@ LTMPopup::LTMPopup(Context *context) : QWidget(context->mainWindow), context(con "background-color: rgba(255,255,255,0);" "border: 0px;" "margin: 0px;" - "font-size: 8px; }"; + "font-size: 10px; }"; rides->horizontalHeader()->setStyleSheet(styleSheet); rides->verticalHeader()->hide(); rides->setShowGrid(false);