mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improve readability of yearly statistics
Make the entries for years bold, keep the months non-bold. It's still a sea of data, but this is an improvement. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07a16574e9
commit
138a00bd10
3 changed files with 15 additions and 6 deletions
|
|
@ -30,6 +30,7 @@ typedef struct {
|
|||
unsigned int combined_count;
|
||||
unsigned int selection_size;
|
||||
unsigned int total_sac_time;
|
||||
bool is_year;
|
||||
} stats_t;
|
||||
extern stats_t stats_selection;
|
||||
extern stats_t *stats_yearly;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue