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 /subsurfacestartup.c | |
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 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 3 |
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; |