mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
Removed obsolete code
This commit is contained in:
parent
d5367ccf34
commit
4ab4ff9bf1
@ -130,7 +130,6 @@ QWidget *OptionsDialog::createAppearancePage()
|
|||||||
// Areas
|
// Areas
|
||||||
_areaWidth = new QSpinBox();
|
_areaWidth = new QSpinBox();
|
||||||
_areaWidth->setValue(_options->areaWidth);
|
_areaWidth->setValue(_options->areaWidth);
|
||||||
//_areaWidth->setMinimum(1);
|
|
||||||
_areaStyle = new StyleComboBox();
|
_areaStyle = new StyleComboBox();
|
||||||
_areaStyle->setValue(_options->areaStyle);
|
_areaStyle->setValue(_options->areaStyle);
|
||||||
_areaOpacity = new PercentSlider();
|
_areaOpacity = new PercentSlider();
|
||||||
|
Loading…
Reference in New Issue
Block a user