ui: Added setting for graph zoom on mouse wheel by default to preferences

On popular demand.

bug id = 237
This commit is contained in:
Eberhard Graether
2016-10-25 22:52:36 +02:00
parent 2e10c65491
commit 76fb7c4e6c
6 changed files with 87 additions and 26 deletions
@@ -40,9 +40,10 @@ private:
QComboBox* m_colorSchemes;
std::vector<FilePath> m_colorSchemePaths;
int m_oldColorSchemeIndex;
QCheckBox* m_loggingEnabled;
QLineEdit* m_scrollSpeed;
QCheckBox* m_loggingEnabled;
QCheckBox* m_graphZooming;
QLineEdit* m_coatiPort;
QLineEdit* m_pluginPort;