mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rename the radio button to match label kgs->kg
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e39ec4e564
commit
8c65173746
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ void PreferencesDialog::setUiFromPrefs()
|
|||
ui.psi->setChecked(prefs.units.pressure == units::PSI);
|
||||
ui.liter->setChecked(prefs.units.volume == units::LITER);
|
||||
ui.cuft->setChecked(prefs.units.volume == units::CUFT);
|
||||
ui.kgs->setChecked(prefs.units.weight == units::KG);
|
||||
ui.kg->setChecked(prefs.units.weight == units::KG);
|
||||
ui.lbs->setChecked(prefs.units.weight == units::LBS);
|
||||
|
||||
ui.font->setFont(QString(prefs.divelist_font));
|
||||
|
|
|
@ -417,7 +417,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QRadioButton" name="kgs">
|
||||
<widget class="QRadioButton" name="kg">
|
||||
<property name="text">
|
||||
<string>kg</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Reference in a new issue