Show context menu at the right times

Contributes to CL-1126
This commit is contained in:
Ian Paschal 2018-11-06 16:37:47 +01:00
parent 1abd0b3499
commit dc4b69c386
2 changed files with 42 additions and 7 deletions

View file

@ -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;
}