mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
277cf30aaa
commit
2d8cd44370
6 changed files with 2 additions and 24 deletions
|
@ -619,7 +619,6 @@ void MainWindow::readSettings()
|
|||
GET_INT("gflow", gflow);
|
||||
GET_INT("gfhigh", gfhigh);
|
||||
set_gf(prefs.gflow, prefs.gfhigh);
|
||||
GET_BOOL("show_time", show_time);
|
||||
GET_BOOL("show_sac", show_sac);
|
||||
s.endGroup();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue