mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make the divelist font configurable
Instead of the hardcoding to "Sans 8", allow people to set it in the preferences. Also, make the unit choice be a frame in the preferences dialog instead. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
03b2e56550
commit
6ea5132463
3 changed files with 44 additions and 14 deletions
|
@ -7,6 +7,9 @@
|
|||
|
||||
extern GtkWidget *main_window;
|
||||
|
||||
extern const char *divelist_font;
|
||||
extern void set_divelist_font(const char *);
|
||||
|
||||
extern void import_dialog(GtkWidget *, gpointer);
|
||||
extern void report_error(GError* error);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue