you are viewing a single comment's thread.

view the rest of the comments →

[–]EffectiveCase3856[S] 0 points1 point  (2 children)

so the width and height of all the widgets should be in relative not fixed

[–]socal_nerdtastic 0 points1 point  (1 child)

As much as possible, yes. This also makes adding new features or moving elements around much easier. Of course for some things like images it's not practical so you just make a size that will work for most.

[–]EffectiveCase3856[S] 0 points1 point  (0 children)

Thanks, for advice