[ui] customize global ToolTip style

less agressive contrast between border and background when using dark theme
This commit is contained in:
Yann Lanthony 2018-02-05 17:32:22 +01:00
parent 516a9641bd
commit bb638f9e08

View file

@ -290,6 +290,9 @@ ApplicationWindow {
anchors.fill: parent
orientation: Qt.Vertical
// Setup global tooltip style
ToolTip.toolTip.background: Rectangle { color: palette.base; border.color: palette.mid }
ColumnLayout {
Layout.fillWidth: true
Layout.fillHeight: true