Skip to content
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 scrollbar to Main UI and Powertools UI #706

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Add scrollbar to Main UI and Powertools UI #706

merged 2 commits into from
Mar 27, 2024

Conversation

r-veenstra
Copy link
Contributor

This resolves #705 by adding a vertical scrollbar to the main window and also powertools window.

Similar to Cesium for Unreal, I've made only the UI below the main button scrollable

image

Due to the way ui.ScrollingFrame() works by default, there will be a small gap present when the scrollbar isn't visible, as opposed to the contents responsively resizing to fill the whole window.

image

This appears to be common behaviour across Omniverse UI, so I'm not too concerned about this.

image

Copy link
Contributor

@lilleyse lilleyse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks @r-veenstra

@lilleyse lilleyse merged commit b739874 into main Mar 27, 2024
3 checks passed
@lilleyse lilleyse deleted the add-ui-scrollbar branch March 27, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Main Cesium UI is missing scrollbar
2 participants