mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +02:00
Cleaning out comments
This commit is contained in:
parent
e66206ec4f
commit
98fa996752
1 changed files with 0 additions and 2 deletions
|
@ -6,9 +6,7 @@ import "styles"
|
||||||
Hifi.Tooltip {
|
Hifi.Tooltip {
|
||||||
id: root
|
id: root
|
||||||
HifiConstants { id: hifi }
|
HifiConstants { id: hifi }
|
||||||
// FIXME adjust position based on the edges of the screen
|
|
||||||
x: (lastMousePosition.x > surfaceSize.width/2) ? lastMousePosition.x - 140 : lastMousePosition.x + 20
|
x: (lastMousePosition.x > surfaceSize.width/2) ? lastMousePosition.x - 140 : lastMousePosition.x + 20
|
||||||
//y: lastMousePosition.y + 5
|
|
||||||
y: (lastMousePosition.y > surfaceSize.height/2) ? lastMousePosition.y - 70 : lastMousePosition.y + 5
|
y: (lastMousePosition.y > surfaceSize.height/2) ? lastMousePosition.y - 70 : lastMousePosition.y + 5
|
||||||
implicitWidth: border.implicitWidth
|
implicitWidth: border.implicitWidth
|
||||||
implicitHeight: border.implicitHeight
|
implicitHeight: border.implicitHeight
|
||||||
|
|
Loading…
Reference in a new issue