From 7d40a10e49d1959c0523eab26de348a616596f79 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Mon, 18 Mar 2013 08:38:45 +0100 Subject: TabView: Don't give a default size to the TabView Task-number: QTBUG-30031 Change-Id: I389f955c102e1954a1a7c1d5ac6b1a4f871f39d9 Reviewed-by: Jens Bache-Wiig --- src/controls/TabView.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/controls/TabView.qml') diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index b269c7c7..2248c856 100644 --- a/src/controls/TabView.qml +++ b/src/controls/TabView.qml @@ -53,8 +53,6 @@ import "Styles/Settings.js" as Settings FocusScope { id: root - width: 100 - height: 100 /*! The current tab index */ property int currentIndex: 0 -- cgit v1.2.1