TabIndicator: left aligned column number

This commit is contained in:
Le Tan 2018-10-26 20:03:00 +08:00
parent 47eae737f7
commit 553b2b08a3

View File

@ -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 {