mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Berend De SchouwerI made it possible to set the default cranklength.
I made it a combo box to avoid having to take care of invalid inputs.
This commit is contained in:
@@ -16,6 +16,7 @@ class ConfigurationPage : public QWidget
|
||||
public:
|
||||
ConfigurationPage(QWidget *parent = 0);
|
||||
QComboBox *unitCombo;
|
||||
QComboBox *crankLengthCombo;
|
||||
QCheckBox *allRidesAscending;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user