forked from qt-creator/qt-creator
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:
@@ -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"] {
|
||||||
|
Reference in New Issue
Block a user