-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
top or bottom gap issue in the List component.. #38
Comments
it depends on how you are implementing your layout. |
@alaa-eddine This is how I have it. (Also see the attached photo)
|
I see now, I thought first that the gap you are having was always visible.... well the issue you have here is due to the way the scroller works, there is no option to do it cleanly, I'll check the code and see if I can add this as option or provide you with a hack. your game seems really great ! if you want I can feature it on EZGUI official page, just ping me when it's released :) |
Just checked the code, try this. let me know if it helps |
@alaa-eddine Thanks, I will definitely let you know when the game is ready :) |
EZGUI.components.listQuest.container.height += 10; // listQuest is the id of the UI. |
@alaa-eddine I am still having the height gap issue. Let me know if there is any other suggestions. As you see I have bottom UI as below attached image and each task has its loading bar. What would be great component to represent a loading bar? I am thinking of putting an image into "Layout" and animate it. |
@alaa-eddine Could you feature this game that I made with EZ-GUI? thanks! |
How would I control the gap ? (see the attached photo)
The text was updated successfully, but these errors were encountered: