forked from Shinonome/dots-hyprland
ai chat: fix code block line numbers
This commit is contained in:
@@ -99,6 +99,7 @@ ColumnLayout {
|
|||||||
Repeater {
|
Repeater {
|
||||||
model: codeTextArea.text.split("\n").length
|
model: codeTextArea.text.split("\n").length
|
||||||
Text {
|
Text {
|
||||||
|
required property int index
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
font.family: Appearance.font.family.monospace
|
font.family: Appearance.font.family.monospace
|
||||||
|
|||||||
Reference in New Issue
Block a user