diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-10-14 23:48:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-17 14:56:52 -0700 |
commit | 579d1cb91503ff3b51e94869a0234eaf2796f435 (patch) | |
tree | 53db920564565e79013b62f5b32411db1532bc17 /qt-ui/preferences.ui | |
parent | 437246d3ed280e2275fddc125f2f14005cc11dab (diff) | |
download | subsurface-579d1cb91503ff3b51e94869a0234eaf2796f435.tar.gz |
Show SAC in the mouseover.
This is really nice to have when looking at specific parts of a dive.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 18767a790..df7333837 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -724,6 +724,17 @@ </item> </layout> </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_11b"> + <item> + <widget class="QCheckBox" name="show_sac"> + <property name="text"> + <string>Show SAC</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> </item> |