mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
ai chat: fix code block line numbers
This commit is contained in:
parent
c94ec8e6b2
commit
6df4806b82
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ ColumnLayout {
|
|||
Repeater {
|
||||
model: codeTextArea.text.split("\n").length
|
||||
Text {
|
||||
required property int index
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignRight
|
||||
font.family: Appearance.font.family.monospace
|
||||
|
|
|
|||
Loading…
Reference in a new issue