Actions
Feature #1245
closedSee if it is possible to vertically center the favorite icon in the tabs
Start date:
12/11/2024
Due date:
% Done:
0%
Estimated time:
Description
This could be something similar to how things are handled in AddTabWidget.ui.
Updated by Soren Stoutner about 2 months ago
- Status changed from New to Closed
It doesn't look like QTabWidget provides any controls for this.
https://doc.qt.io/qt-6/qtabwidget.html#setTabIcon
The icons look fairly centered when the tab isn't highlighted. When the tab is highlighted, which draws a blue bar across the top, it makes the icon look off-centered towards the top. But it doesn't look like there is much I can do about it.
Actions