forked from Silverfish/proton-bridge
Other: make setup guide not transparent
This commit is contained in:
@ -23,7 +23,7 @@ import QtQuick.Controls.impl 2.12
|
|||||||
|
|
||||||
import Proton 4.0
|
import Proton 4.0
|
||||||
|
|
||||||
Item {
|
Rectangle {
|
||||||
id:root
|
id:root
|
||||||
|
|
||||||
property ColorScheme colorScheme
|
property ColorScheme colorScheme
|
||||||
@ -36,6 +36,7 @@ Item {
|
|||||||
implicitHeight: children[0].implicitHeight
|
implicitHeight: children[0].implicitHeight
|
||||||
implicitWidth: children[0].implicitWidth
|
implicitWidth: children[0].implicitWidth
|
||||||
|
|
||||||
|
color: root.colorScheme.background_norm
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user