mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
UI Nits: Ride list horiz scrollbar
The ride list / navigator gets a horizontal scrollbar every time it is shown as the columns are resized but not taking into account the need for a vertical scrollbar. The reasons behind this are more complicated but this patch fixes this annoyance.
This commit is contained in:
@@ -349,7 +349,7 @@ void RideNavigator::setWidth(int x)
|
||||
void
|
||||
RideNavigator::showEvent(QShowEvent *)
|
||||
{
|
||||
resetView();
|
||||
//resetView();//XXX cocks up on sidebar?
|
||||
init = true;
|
||||
setWidth(geometry().width());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user