Disabled uneeded qproperty-textColorQuote

This commit is contained in:
defnax 2020-05-13 12:10:17 +02:00
parent 2ad9d86385
commit c4315851d5
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@ NetworkDialog
RSTextBrowser, MimeTextEdit RSTextBrowser, MimeTextEdit
{ {
qproperty-textColorQuote: rgb(120, 153, 34); /*qproperty-textColorQuote: rgb(120, 153, 34);*/
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970); qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
} }

View File

@ -2151,6 +2151,6 @@ GxsChannelDialog GroupTreeWidget QTreeWidget#treeWidget::item{
RSTextBrowser, MimeTextEdit RSTextBrowser, MimeTextEdit
{ {
qproperty-textColorQuote: rgb(125, 125, 255); /*qproperty-textColorQuote: rgb(125, 125, 255);*/
qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff); qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);
} }

View File

@ -1298,6 +1298,6 @@ WireGroupItem QFrame#frame{
RSTextBrowser, MimeTextEdit RSTextBrowser, MimeTextEdit
{ {
qproperty-textColorQuote: rgb(125, 125, 255); /*qproperty-textColorQuote: rgb(125, 125, 255);*/
qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff); qproperty-textColorQuotes: ColorList(#0000ff #00ff00 #00ffff #ff0000 #ff00ff #ffff00 #ffffff);
} }