mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Add Toolbox shortcut to the TopHeader and align the stage tabs to the
center. Contributes to CURA-5784.
This commit is contained in:
parent
075a9a161f
commit
41add97b13
4 changed files with 46 additions and 21 deletions
|
@ -422,19 +422,6 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
UM.ExtensionModel {
|
||||
id: curaExtensions
|
||||
}
|
||||
|
||||
// show the plugin browser dialog
|
||||
Connections
|
||||
{
|
||||
target: Cura.Actions.browsePackages
|
||||
onTriggered: {
|
||||
curaExtensions.callExtensionMethod("Toolbox", "browsePackages")
|
||||
}
|
||||
}
|
||||
|
||||
Timer
|
||||
{
|
||||
id: createProfileTimer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue