mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
TabIndicator: left aligned column number
This commit is contained in:
parent
47eae737f7
commit
553b2b08a3
@ -215,7 +215,7 @@ void VTabIndicator::update(const VEditTabInfo &p_info)
|
|||||||
.arg(line)
|
.arg(line)
|
||||||
.arg(lineCount)
|
.arg(lineCount)
|
||||||
.arg((int)(line * 1.0 / lineCount * 100), 2)
|
.arg((int)(line * 1.0 / lineCount * 100), 2)
|
||||||
.arg(col, 3);
|
.arg(col, -3);
|
||||||
m_cursorLabel->setText(cursorText);
|
m_cursorLabel->setText(cursorText);
|
||||||
m_cursorLabel->show();
|
m_cursorLabel->show();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user