mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Show install, uninstall & disable buttons in packages list
This splits up the single show controls property into three seperate ones and no longer hides installed packages from the plugin & materials list CURA-8834
This commit is contained in:
parent
6cbcf09580
commit
095b8dc5dd
8 changed files with 28 additions and 16 deletions
|
@ -11,7 +11,9 @@ import Cura 1.6 as Cura
|
|||
Rectangle
|
||||
{
|
||||
property alias packageData: packageCardHeader.packageData
|
||||
property alias manageableInListView: packageCardHeader.showManageButtons
|
||||
property alias showUpdateButton: packageCardHeader.showUpdateButton
|
||||
property alias showDisableButton: packageCardHeader.showDisableButton
|
||||
property alias showInstallButton: packageCardHeader.showInstallButton
|
||||
|
||||
height: childrenRect.height
|
||||
color: UM.Theme.getColor("main_background")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue