mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] customize global ToolTip style
less agressive contrast between border and background when using dark theme
This commit is contained in:
parent
516a9641bd
commit
bb638f9e08
1 changed files with 3 additions and 0 deletions
|
@ -290,6 +290,9 @@ ApplicationWindow {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
orientation: Qt.Vertical
|
orientation: Qt.Vertical
|
||||||
|
|
||||||
|
// Setup global tooltip style
|
||||||
|
ToolTip.toolTip.background: Rectangle { color: palette.base; border.color: palette.mid }
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue