diff --git a/src/declarativeimports/plasmacomponents/qml/TabBar.qml b/src/declarativeimports/plasmacomponents/qml/TabBar.qml index b48f4b012..165acbc6e 100644 --- a/src/declarativeimports/plasmacomponents/qml/TabBar.qml +++ b/src/declarativeimports/plasmacomponents/qml/TabBar.qml @@ -84,6 +84,9 @@ FocusScope { implicitWidth: layout.implicitWidth implicitHeight: layout.implicitHeight + Layout.minimumWidth: tabBarLayout.minimumWidth + Layout.minimumHeight: tabBarLayout.minimumHeight + Accessible.role: Accessible.PageTabList Item { diff --git a/src/declarativeimports/plasmacomponents/qml/TabButton.qml b/src/declarativeimports/plasmacomponents/qml/TabButton.qml index a4d2422ad..5c1488de8 100644 --- a/src/declarativeimports/plasmacomponents/qml/TabButton.qml +++ b/src/declarativeimports/plasmacomponents/qml/TabButton.qml @@ -114,6 +114,7 @@ Item { internal.tabBar.currentTab = root } onVisibleChanged: root.parent.childrenChanged() + onTextChanged: root.parent.childrenChanged() } QtObject {