Added inverted threshold for radar sites

This commit is contained in:
AdenKoperczak 2024-12-10 16:11:53 -05:00
parent f7a1668c3f
commit 74066aa195
5 changed files with 12 additions and 8 deletions

View file

@ -753,8 +753,7 @@ void SettingsDialogImpl::SetupGeneralTab()
radarSiteThreshold_.SetSettingsVariable(
generalSettings.radar_site_threshold());
radarSiteThreshold_.SetEditWidget(
self_->ui->radarSiteThresholdSpinBox);
radarSiteThreshold_.SetEditWidget(self_->ui->radarSiteThresholdSpinBox);
radarSiteThreshold_.SetResetButton(self_->ui->resetRadarSiteThresholdButton);
antiAliasingEnabled_.SetSettingsVariable(

View file

@ -135,7 +135,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-302</y>
<y>-303</y>
<width>511</width>
<height>733</height>
</rect>
@ -575,8 +575,11 @@
<property name="decimals">
<number>0</number>
</property>
<property name="minimum">
<double>-10000.000000000000000</double>
</property>
<property name="maximum">
<double>999.000000000000000</double>
<double>10000.000000000000000</double>
</property>
<property name="stepType">
<enum>QAbstractSpinBox::StepType::DefaultStepType</enum>