mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:00:05 +00:00
Added inverted threshold for radar sites
This commit is contained in:
parent
f7a1668c3f
commit
74066aa195
5 changed files with 12 additions and 8 deletions
|
|
@ -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(
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue