mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
38307a5b3c
commit
617019bc6b
4 changed files with 45 additions and 7 deletions
|
|
@ -108,6 +108,7 @@ struct preferences {
|
|||
bool display_invalid_dives;
|
||||
const char *divelist_font;
|
||||
double font_size;
|
||||
double mobile_scale;
|
||||
bool show_developer;
|
||||
|
||||
// ********** Facebook **********
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue