--- a/zz_configDialog.h Wed Mar 20 23:06:30 2013 +0200 +++ b/zz_configDialog.h Wed Mar 20 23:46:37 2013 +0200 @@ -29,11 +29,12 @@ public: QLabel* qLDrawPathLabel; - QLabel* qGLBackgroundLabel, *qGLForegroundLabel; + QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLLineThicknessLabel; QLineEdit* qLDrawPath; QPushButton* qLDrawPathFindButton; QPushButton* qGLBackgroundButton, *qGLForegroundButton; QCheckBox* qLVColorize; + QSlider* qGLLineThickness; QDialogButtonBox* qButtons;