mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Move the additional components for the save button out of the action panel
CURA-6097
This commit is contained in:
parent
614b1000fd
commit
ff79e91686
4 changed files with 44 additions and 80 deletions
|
@ -488,7 +488,7 @@ UM.Dialog
|
|||
{
|
||||
objectName: "postProcessingSaveAreaButton"
|
||||
visible: activeScriptsList.count > 0
|
||||
height: UM.Theme.getSize("save_button_save_to_button").height
|
||||
height: UM.Theme.getSize("action_button").height
|
||||
width: height
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Change active post-processing scripts")
|
||||
onClicked: dialog.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue