Commit 03aa2d03 authored by Jens Bache-Wiig's avatar Jens Bache-Wiig Committed by The Qt Project
Browse files

Add missing styleitem reference for tabbar


This fixes some weird painting regressions as well.

Change-Id: I8a381b70119829d46550993f8a43ab04e088eae2
Reviewed-by: default avatarJens Bache-Wiig <jens.bache-wiig@digia.com>
parent c5caab06
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -49,6 +49,8 @@ Item {
property int tabHSpace: styleitem.pixelMetric("tabhspace");
property int tabVSpace: styleitem.pixelMetric("tabvspace");
StyleItem { id: styleitem }
property Component tab: StyleItem {
id: styleitem
elementType: "tab"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment