mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 19:01:05 -07:00
Use a StackView and non-dynamic instantation for the sidebar modes
Improves performance at the cost of flexibility. But we did not use that flexibility anyway.
This commit is contained in:
parent
8dc6353738
commit
edf2802099
2 changed files with 44 additions and 17 deletions
|
|
@ -11,7 +11,6 @@ import UM 1.1 as UM
|
|||
Item
|
||||
{
|
||||
id: base;
|
||||
anchors.fill: parent;
|
||||
|
||||
signal showTooltip(Item item, point location, string text);
|
||||
signal hideTooltip();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue