mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-13 12:42:20 +00:00
Oops needed to set Min Width not Fixed
.. otherwise if smaller than window leaves a nasty blank render to the right of the buttonbar.
This commit is contained in:
@@ -173,7 +173,7 @@ ChartBar::tidy()
|
||||
#endif
|
||||
width += button->geometry().width() + 2;
|
||||
}
|
||||
buttonBar->setFixedWidth(width);
|
||||
buttonBar->setMinimumWidth(width);
|
||||
|
||||
if (buttonBar->width() > scrollArea->width()) {
|
||||
left->show(); right->show();
|
||||
|
||||
Reference in New Issue
Block a user