mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Invert style of install button
Contribute to CURA-8587
This commit is contained in:
parent
4d8592c6b7
commit
bd7a73e7ef
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ Item
|
|||
visible: showManageButtons && (packageData.canDowngrade || !packageData.isBundled)
|
||||
enabled: !packageData.busy
|
||||
busy: packageData.busy
|
||||
button_style: packageData.isInstalled || packageData.isToBeInstalled
|
||||
button_style: !(packageData.isInstalled || packageData.isToBeInstalled)
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
text:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue