diff --git a/src/RideNavigator.cpp b/src/RideNavigator.cpp index f60dc29e3..9318af426 100644 --- a/src/RideNavigator.cpp +++ b/src/RideNavigator.cpp @@ -1037,7 +1037,7 @@ ColumnChooser::ColumnChooser(QList&logicalHeadings) buttons->setContentsMargins(0,0,0,0); QFont small; - small.setPointSize(10); + small.setPointSize(8); QList buttonNames = logicalHeadings; qSort(buttonNames);