summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Lakshman <acrlakshman@gmail.com>2014-03-10 22:49:08 -0500
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-10 21:10:27 -0700
commit6e4466aa0a349df1b377a3755117b1f7da76e68f (patch)
tree979d2bc107c4faf8643c1797b4c0a93261e397d9 /pref.h
parenteb47b2a8d8764778697ac2fdb342c976cd487ca3 (diff)
downloadsubsurface-6e4466aa0a349df1b377a3755117b1f7da76e68f.tar.gz
Show temperature units in the label when editing dive
Currently when user wants to add a new dive information, the ways to know what unit system is being used are - Through preferences panel. - Save the dive information, which displays units in the text field. This patch provides an option to the user to show current unit system by displaying the unit on the side of the label when the user is editing the fields. This feature can be enabled or disabled by using the new checkbox option i.e. `Show units in text labels` included in `preferences->units` section. Signed-off-by: Lakshman Anumolu <acrlakshman@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index dd895f0f2..a5d90a921 100644
--- a/pref.h
+++ b/pref.h
@@ -40,6 +40,7 @@ struct preferences {
short show_sac;
bool display_unused_tanks;
bool zoomed_plot;
+ bool text_label_with_units;
};
enum unit_system_values {
METRIC,