CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

Add scrollbar to Main UI and Powertools UI #706

Closed r-veenstra closed 3 months ago

r-veenstra commented 3 months ago

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