TankBar: hook into prefs and make ppGraphs resize accordingly

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-15 08:11:14 -06:00
parent e71119b40b
commit e8d430341c
7 changed files with 71 additions and 16 deletions

View file

@ -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;