mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TDB2: Table headers consistent
This commit is contained in:
parent
b6d65a434b
commit
b162748e26
1 changed files with 2 additions and 3 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <shared.h>
|
||||
#include <format.h>
|
||||
#include <main.h>
|
||||
#include <util.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -1047,9 +1048,7 @@ void TDB2::show_diff (
|
|||
view.add ("");
|
||||
view.add (STRING_TDB2_UNDO_PRIOR);
|
||||
view.add (STRING_TDB2_UNDO_CURRENT);
|
||||
|
||||
Color label (context.config.get ("color.label"));
|
||||
view.colorHeader (label);
|
||||
setHeaderUnderline (view);
|
||||
|
||||
Task after (current);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue