I have a onGloballyPosition - Modifier which gives...
# compose-desktop
f
I have a onGloballyPosition - Modifier which gives me the width of the Box ( e.g. 1600 ) . Then I set the x-Offset of the box to -800 and the whole box disappears. I do not really understand this. Shouldn’t it be -1600 to make the whole box disappear?