diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-15 08:11:14 -0600 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-15 08:11:14 -0600 |
commit | e8d430341c1102c0da1a3847ad2d39f41fc642d3 (patch) | |
tree | 2d07fdeb70e25c5411f707d90d77c3c3cb0cbff9 /qt-ui/preferences.cpp | |
parent | e71119b40bac8d6dc33449e33329f235350b08f5 (diff) | |
download | subsurface-e8d430341c1102c0da1a3847ad2d39f41fc642d3.tar.gz |
TankBar: hook into prefs and make ppGraphs resize accordingly
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.cpp')
-rw-r--r-- | qt-ui/preferences.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index 6000f453a..edd95d838 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -315,6 +315,7 @@ void PreferencesDialog::loadSettings() GET_BOOL("calcndltts", calcndltts); GET_BOOL("calcalltissues", calcalltissues); GET_BOOL("hrgraph", hrgraph); + GET_BOOL("tankbar", tankbar); GET_INT("gflow", gflow); GET_INT("gfhigh", gfhigh); GET_BOOL("gf_low_at_maxdepth", gf_low_at_maxdepth); |