1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-15 19:34:24 +02:00

Enable border-less areas

This commit is contained in:
2019-02-16 09:57:47 +01:00
parent 54d0eea43e
commit d5367ccf34
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ QWidget *OptionsDialog::createAppearancePage()
// Areas
_areaWidth = new QSpinBox();
_areaWidth->setValue(_options->areaWidth);
_areaWidth->setMinimum(1);
//_areaWidth->setMinimum(1);
_areaStyle = new StyleComboBox();
_areaStyle->setValue(_options->areaStyle);
_areaOpacity = new PercentSlider();