We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fd333 commit 19af163Copy full SHA for 19af163
1 file changed
lib/python/qtvcp/widgets/tab_widget.py
@@ -40,5 +40,5 @@ def __init__(self, parent=None, size=1.5):
40
def tabSizeHint(self, index):
41
size = QTabBar.tabSizeHint(self, index)
42
w = size.height()*self._size
43
- return QSize(size.width(), w)
+ return QSize(size.width(), int(w))
44
0 commit comments