qPref: add mobile_scale preference

We use that in the mobile app to scale the whole app, as all sizes there
are relative to the default font.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-22 16:09:31 -07:00 committed by Jan Mulder
parent 38307a5b3c
commit 617019bc6b
4 changed files with 45 additions and 7 deletions

View file

@ -108,6 +108,7 @@ struct preferences {
bool display_invalid_dives;
const char *divelist_font;
double font_size;
double mobile_scale;
bool show_developer;
// ********** Facebook **********