File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,7 +239,9 @@ FocusScope {
239239 z: 1
240240 }
241241 font: DTK .fontManager .t8
242- palette .windowText : ListView .view .palette .brightText
242+ ColorSelector .pressed : false
243+ property Palette textColor: DStyle .Style .button .text
244+ palette .windowText : ColorSelector .textColor
243245 ToolTip .text : text
244246 ToolTip .delay : 500
245247 ToolTip .visible : hovered && contentItem .implicitWidth > contentItem .width
Original file line number Diff line number Diff line change @@ -260,7 +260,9 @@ Item {
260260 rightMargin: 10
261261 }
262262 font: DTK .fontManager .t8
263- palette .windowText : parent .palette .brightText
263+ ColorSelector .pressed : false
264+ property Palette textColor: DStyle .Style .button .text
265+ palette .windowText : ColorSelector .textColor
264266 visible: ! Drag .active
265267
266268 ToolTip .text : text
You can’t perform that action at this time.
0 commit comments