1
0
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:
Martin Tůma 2019-02-16 09:58:57 +01:00
parent d5367ccf34
commit 4ab4ff9bf1

View File

@ -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();