TabBar issue: first button has transparent line below it
-
am using QML TabBar to create a tab-based navigation model for my app. However, I noticed that the first button of the tab bar has a 1px transparent line below it, which makes it look bigger than the other buttons. This is an undesired effect and I would like to know how to fix it.
I have attached a screenshot of the issue for your reference. You can see that the first button (“Home”) has a thin gap between it and the bottom border of the tab bar.
I am using Qt Quick Controls 6.4.2 and Qt 6.4 on MACOS.
Reference for github issue:
https://github.com/shemeshg/pass-simple-qt/issues/11