--- a/zz_configDialog.h Mon Mar 25 01:04:20 2013 +0200 +++ b/zz_configDialog.h Mon Mar 25 15:20:56 2013 +0200 @@ -29,12 +29,13 @@ public: QLabel* qLDrawPathLabel; - QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLLineThicknessLabel; + QLabel* qGLBackgroundLabel, *qGLForegroundLabel, *qGLForegroundAlphaLabel; + QLabel* qGLLineThicknessLabel; QLineEdit* qLDrawPath; QPushButton* qLDrawPathFindButton; QPushButton* qGLBackgroundButton, *qGLForegroundButton; QCheckBox* qLVColorize, *qGLColorBFC; - QSlider* qGLLineThickness; + QSlider* qGLForegroundAlpha, *qGLLineThickness; QDialogButtonBox* qButtons;