tobspr / LUI

Lightweight User Interface for Panda3D
MIT License
84 stars 24 forks source link

Responsive behavior not there? #26

Open bkeys opened 7 years ago

bkeys commented 7 years ago

I looked into the BuiltIn/ files and it looks like there is a default functionality for width that is a string of "100%", is this functionality not complete? Or at least is not working by default? What is the status of this functionality?

tobspr commented 7 years ago

Hi, "100%" means full width, so it automatically fits the width to the parents width. Or what do you mean?

bkeys commented 7 years ago

Sorry for taking so long to get back. What I mean by responsive is that the "100%" or full width does not auto expand the way you think it would. So it appears this functionality is not yet implemented

tobspr commented 7 years ago

It should work as intented, could you give me an example where this does not work?