mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user