mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
CURA-5035 Re-implemented "installed" view
This commit is contained in:
parent
80c21acf79
commit
a947b768d3
6 changed files with 192 additions and 110 deletions
|
@ -19,7 +19,7 @@ Component {
|
|||
// Don't show required plugins as they can't be managed anyway:
|
||||
height: !model.required ? 84 : 0
|
||||
visible: !model.required ? true : false
|
||||
color: Qt.rgba(1.0, 0.0, 0.0, 0.1)
|
||||
// color: Qt.rgba(1.0, 0.0, 0.0, 0.1)
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue