summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-15 08:11:14 -0600
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-15 08:11:14 -0600
commite8d430341c1102c0da1a3847ad2d39f41fc642d3 (patch)
tree2d07fdeb70e25c5411f707d90d77c3c3cb0cbff9 /subsurfacestartup.c
parente71119b40bac8d6dc33449e33329f235350b08f5 (diff)
downloadsubsurface-e8d430341c1102c0da1a3847ad2d39f41fc642d3.tar.gz
TankBar: hook into prefs and make ppGraphs resize accordingly
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index b7b1b6504..8edc409be 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -44,7 +44,8 @@ struct preferences default_prefs = {
.drop_stone_mode = false,
.bottomsac = 20000,
.decosac = 17000,
- .show_pictures_in_profile = true
+ .show_pictures_in_profile = true,
+ .tankbar = false
};
int run_survey;