Problem with setGeometry

I'm trying to position things on the dialog but am having trouble.

When I try to position something to the right I try this :

var wIcon = new DzLabel(wGroupOne);wIcon.setFixedSize(91, 91);wIcon.setGeometry(100,20,91,91);

But all it does is align it to the left of the container.

I can't seem to shift anything to the right, what could I be missing please ?

Comments

Sign In or Register to comment.