mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Revert "Remove unnecessary properties which after update triggered view rendering"
This reverts commit ee228155af.
This commit is contained in:
parent
7f76749e2c
commit
e2c62a4609
1 changed files with 3 additions and 0 deletions
|
|
@ -344,6 +344,9 @@ UM.MainWindow
|
||||||
{
|
{
|
||||||
id: toolbar;
|
id: toolbar;
|
||||||
|
|
||||||
|
property int mouseX: base.mouseX
|
||||||
|
property int mouseY: base.mouseY
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: openFileButton.bottom;
|
top: openFileButton.bottom;
|
||||||
topMargin: UM.Theme.getSize("window_margin").height;
|
topMargin: UM.Theme.getSize("window_margin").height;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue