mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] GraphEditor: change node background color
This commit is contained in:
parent
72e0e64e27
commit
65c472fe50
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ Item {
|
|||
id: background
|
||||
anchors.fill: parent
|
||||
|
||||
color: activePalette.base
|
||||
color: Qt.lighter(activePalette.base, 1.3)
|
||||
layer.enabled: true
|
||||
layer.effect: DropShadow { radius: 3; color: shadowColor }
|
||||
radius: 3
|
||||
|
@ -270,7 +270,7 @@ Item {
|
|||
id: innerRect
|
||||
width: parent.width - 6
|
||||
height: parent.height
|
||||
color: Colors.sysPalette.window
|
||||
color: background.color
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue