mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
revert preference settings for title color
Because of subsequent changes there is no clean way to just revert the changes
introduced in commit 8b36cf1051 ("desktop: offer different colors for info tab
titles"), so this manually removes the parts we don't need anymore.
This also restores a tooltip value that was inadvertantly removed in that
commit.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6201ac34b4
commit
be3190db8a
7 changed files with 7 additions and 119 deletions
17
core/pref.h
17
core/pref.h
|
|
@ -66,12 +66,6 @@ enum unit_system_values {
|
|||
PERSONALIZE
|
||||
};
|
||||
|
||||
enum headerstyle_color_values {
|
||||
MEDIUMBLUE,
|
||||
LIGHTBLUE,
|
||||
BLACK
|
||||
};
|
||||
|
||||
// ********** PREFERENCES **********
|
||||
// This struct is kept global for all of ssrf
|
||||
// most of the fields are loaded from git as
|
||||
|
|
@ -106,12 +100,11 @@ struct preferences {
|
|||
dive_computer_prefs_t dive_computer4;
|
||||
|
||||
// ********** Display *************
|
||||
bool display_invalid_dives;
|
||||
const char *divelist_font;
|
||||
double font_size;
|
||||
double mobile_scale;
|
||||
bool show_developer;
|
||||
enum headerstyle_color_values headerstyle_color;
|
||||
bool display_invalid_dives;
|
||||
const char *divelist_font;
|
||||
double font_size;
|
||||
double mobile_scale;
|
||||
bool show_developer;
|
||||
|
||||
// ********** Equipment tab *******
|
||||
const char *default_cylinder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue