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.
This commit is contained in:
Joern
2014-06-28 13:46:25 +02:00
parent 02c8ae5252
commit af7685a11b

View File

@@ -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);