diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-14 20:58:44 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-15 06:06:57 +0900 |
commit | 2d8cd443702c5155bda12b711b9ab5d0f99104da (patch) | |
tree | be4d8d3c0922ea7a1ad538adf2ba8524faa3a214 /qt-ui/preferences.ui | |
parent | 277cf30aaa31dd979caf4dd486188a06cdeeacf5 (diff) | |
download | subsurface-2d8cd443702c5155bda12b711b9ab5d0f99104da.tar.gz |
Make the info box look as it did in 3.1
In the Gtk version there were no option to disable the showing of time
in the mouse over, so this removes that option to limit the amount of
clutter in the settings panel.
This also renames the time and temperature to match the names they used
to have. T -> @, Temp -> T
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, 0 insertions, 11 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 960c31c57..7e071face 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -724,17 +724,6 @@ </layout> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_11"> - <item> - <widget class="QCheckBox" name="show_time"> - <property name="text"> - <string>Show time</string> - </property> - </widget> - </item> - </layout> - </item> - <item> <layout class="QHBoxLayout" name="horizontalLayout_11b"> <item> <widget class="QCheckBox" name="show_sac"> |