mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: Mac + chart button too wide
.. broken in earlier commits today.
This commit is contained in:
@@ -522,6 +522,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
scopebar->addWidget(newchart);
|
||||
newchart->setStyle(styler);
|
||||
newchart->setFixedHeight(20);
|
||||
newchart->setFixedWidth(24);
|
||||
newchart->setFlat(true);
|
||||
newchart->setFocusPolicy(Qt::NoFocus);
|
||||
newchart->setToolTip(tr("Add Chart"));
|
||||
|
||||
Reference in New Issue
Block a user