From 553b2b08a3206d82503fc23e8913c20969c3fb86 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Fri, 26 Oct 2018 20:03:00 +0800 Subject: [PATCH] TabIndicator: left aligned column number --- src/vtabindicator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vtabindicator.cpp b/src/vtabindicator.cpp index b770aa73..1a186ff7 100644 --- a/src/vtabindicator.cpp +++ b/src/vtabindicator.cpp @@ -215,7 +215,7 @@ void VTabIndicator::update(const VEditTabInfo &p_info) .arg(line) .arg(lineCount) .arg((int)(line * 1.0 / lineCount * 100), 2) - .arg(col, 3); + .arg(col, -3); m_cursorLabel->setText(cursorText); m_cursorLabel->show(); } else {