QmlDesigner: Remove min-wdith for dockwidget tabs

The min-width does not play nicely in all cases.

(cherry picked from commit 3534e0d27e)
Change-Id: Ic60d602aee02ea7e924ebed9b43d753665028c3a
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2023-02-20 17:28:24 +01:00
parent 07dcdb6eca
commit b9e4e3cb4d

View File

@@ -34,7 +34,6 @@ ADS--DockWidgetTab {
ADS--DockWidgetTab QLabel { ADS--DockWidgetTab QLabel {
color: creatorTheme.DStabInactiveText; color: creatorTheme.DStabInactiveText;
min-width: 80px;
} }
ADS--DockWidgetTab[activeTab="true"] { ADS--DockWidgetTab[activeTab="true"] {