Untitled
unknown
qml
18 days ago
745 B
3
Indexable
Rectangle { id: navspaceFiller anchors.right: navigationPanel anchors.fill: parent Kirigami.Theme.colorSet: root.opaqueBar ? Kirigami.Theme.Window : Kirigami.Theme.Complementary Kirigami.Theme.inherit: false color: navigationPanel.state == "default" && (Keyboards.KWinVirtualKeyboard.active || root.opaqueBar) ? Kirigami.Theme.backgroundColor : "transparent" width: 30 } Rectangle { id: navspaceFiller2 anchors.left: navigationPanel anchors.fill: parent Kirigami.Theme.colorSet: root.opaqueBar ? Kirigami.Theme.Window : Kirigami.Theme.Complementary Kirigami.Theme.inherit: false color: navigationPanel.state == "default" && (Keyboards.KWinVirtualKeyboard.active || root.opaqueBar) ? Kirigami.Theme.backgroundColor : "transparent" width: 30 }
Editor is loading...
Leave a Comment