diff options
author | Jörg Schummer <ext-jorg.2.schummer@nokia.com> | 2010-03-24 18:56:54 +0200 |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2010-03-25 10:46:00 +0100 |
commit | 01c098999f8fa4c5ec16c76f5613e2027dde9df1 (patch) | |
tree | 1da1f10584b918ab05c0322b8b07f4d88a83503f /src | |
parent | 3c8d12562e4baaf99968f5bf1959574ecfe557fb (diff) | |
download | qt-creator-01c098999f8fa4c5ec16c76f5613e2027dde9df1.tar.gz |
QmlDesigner.ItemLibrary: fixed: library tabs looked broken in windows
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/qmldesigner/components/resources/stylesheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/components/resources/stylesheet.css b/src/plugins/qmldesigner/components/resources/stylesheet.css index b89d2525f5..9c794ab37d 100644 --- a/src/plugins/qmldesigner/components/resources/stylesheet.css +++ b/src/plugins/qmldesigner/components/resources/stylesheet.css @@ -115,7 +115,7 @@ QTreeView::branch:has-siblings:!adjoins-item { QTabBar::tab { border-image: none; - width: 11ex; + width: 80px; height: 22px; margin: 0px 0 0px 0; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, |