mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Remove all the signal propagation for the tooltip and allow only Cura.qml to handle them
Contributes to CURA-5941.
This commit is contained in:
parent
adabb833e0
commit
7dc3320b06
11 changed files with 28 additions and 54 deletions
|
@ -6,5 +6,16 @@ import QtQuick.Controls 2.0
|
|||
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
Cura.SettingView {
|
||||
|
||||
Item
|
||||
{
|
||||
id: customPrintSetup
|
||||
|
||||
// TODO: Hardcoded now but UX has to decide about the height of this item
|
||||
height: 500
|
||||
|
||||
Cura.SettingView
|
||||
{
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue