mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Handle button too small on Linux
This commit is contained in:
@@ -155,7 +155,11 @@ GcSplitterHandle::GcSplitterHandle(QString title, GcSplitterItem *widget, Qt::Or
|
||||
titleLayout->addStretch();
|
||||
|
||||
titleToolbar = new QToolBar(this);
|
||||
#ifndef Q_OS_MAC
|
||||
titleToolbar->setFixedHeight(20);
|
||||
#else
|
||||
titleToolbar->setFixedHeight(10);
|
||||
#endif
|
||||
titleToolbar->setIconSize(QSize(8,8));
|
||||
titleToolbar->setToolButtonStyle(Qt::ToolButtonIconOnly);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user