From c26d7fb46556b90109ee08b98acf510dcb87c1f0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 20 Mar 2017 09:12:21 -0400 Subject: [PATCH] CmdTags: Table headers consistent --- src/commands/CmdTags.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/commands/CmdTags.cpp b/src/commands/CmdTags.cpp index eb7bbaabc..9f8efbef8 100644 --- a/src/commands/CmdTags.cpp +++ b/src/commands/CmdTags.cpp @@ -93,16 +93,12 @@ int CmdTags::execute (std::string& output) view.width (context.getWidth ()); view.add (STRING_COLUMN_LABEL_TAG); view.add (STRING_COLUMN_LABEL_COUNT, false); + setHeaderUnderline (view); Color bold; if (context.color ()) - { bold = Color ("bold"); - Color label (context.config.get ("color.label")); - view.colorHeader (label); - } - bool special = false; for (auto& i : unique) {