parent
82718a0e93
commit
03cfead241
|
@ -834,9 +834,6 @@ Rectangle {
|
|||
anchors.right: actions.left
|
||||
anchors.rightMargin: Style.current.halfPadding
|
||||
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff
|
||||
StatusSyntaxHighlighter {
|
||||
quickTextDocument: messageInputField.textDocument
|
||||
}
|
||||
|
||||
TextArea {
|
||||
id: messageInputField
|
||||
|
@ -886,6 +883,10 @@ Rectangle {
|
|||
lastClick = now
|
||||
}
|
||||
|
||||
StatusSyntaxHighlighter {
|
||||
quickTextDocument: messageInputField.textDocument
|
||||
}
|
||||
|
||||
StatusTextFormatMenu {
|
||||
readonly property var formationChars: (["*", "`", "~"])
|
||||
property string selectedTextWithFormationChars: {
|
||||
|
|
Loading…
Reference in New Issue