mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue