mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 00:07:51 -06:00
Show context menu at the right times
Contributes to CL-1126
This commit is contained in:
parent
1abd0b3499
commit
dc4b69c386
2 changed files with 42 additions and 7 deletions
|
@ -17,7 +17,7 @@ Button {
|
|||
horizontalAlignment: Text.AlignLeft;
|
||||
verticalAlignment: Text.AlignVCenter;
|
||||
}
|
||||
height: 39 * screenScaleFactor; // TODO: Theme!
|
||||
height: visible ? 39 * screenScaleFactor : 0; // TODO: Theme!
|
||||
hoverEnabled: true;
|
||||
width: parent.width;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue