Fix: Info icon in PvoTNavBar renders oval instead of circular#21
Fix: Info icon in PvoTNavBar renders oval instead of circular#21Roniscend wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Adjusts PvotNavBar default sizing to prevent the info tab/icon from appearing oval by reducing overall horizontal padding and inter-item spacing so collapsed items have enough width to remain circular.
Changes:
- Reduced
PvotNavBarSizes.horizontalPaddingdefault. - Reduced
PvotNavBarSizes.contentPaddingHorizontaldefault. - Reduced
PvotNavBarSizes.itemSpacingdefault.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@Roniscend have you tested this in multiple resolutions? Because on my phones the info icon is circular, and on changing resolution it becomes oval. |
|
This is not an issue with values, but the rendering of the navigation bar, which is a major blocker for releasing the library :/ |
Signed-off-by: Owm Dubey <owmdubey163@gmail.com>
|
I have added horizontal scrolling to the navigation row , which allows button to maintain their shape and size. Also I have tested this in multiple screens as well and it is working fine. |
|
@danascape can you re-review the pr please |
This PR fixes the incorrect oval rendering of the info icon in the PvoTNavBar, ensuring it appears circular and consistent with the other navigation icons.

Fixes: #20