-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add a ScrollBar to the skilllist #19
base: develop
Are you sure you want to change the base?
Conversation
feat(skillList) : add a ScrollableArea to the list of the skills The scrollBar is invisible until there are enough skill in the skill Menu (when the list of the buttons take too much place, a scrollbar appears) It was made to resolve the issue #1
Update EventualSkillsTraining.ui
@Ewwweee it seems like someone committed to your fork. Is "Ihebsmai" someone you're familiar with? |
Hello, I modified my pull request (my friend commit a change in the wrong repo). Do I need to open a new pull request ? |
Hi @Ewwweee, Most problematic here is that when I reduce my window size, I cannot even see the skill buttons anymore: IIRC what you shared on Discord looked different (and way better) - not sure what happened/changed? 🤔 |
Scrollbar V2
Nice! Now it works perfectly fine 👍 |
remove dumb skills
Hello, thanks for your feedback. I removed the dummy skills so normally it should be ok. |
Sorry for the delay, between being sick and the holidays, time just flew by 🙈 I just gave this another test and noticed the following when changing my window size: I still need to request two changes before merging, though:
|
feat(EventualSkills) : add a scrollbar to the list of skills in the menu
The scrollbar appears only if the height of the skills exceed the height of the window
It was made to resolve the issue #1 .