diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml index 0af69a0ded9569f195975f9525d68fdab5e44c1f..aa980ddd0bb69b8fc733dd99202737f1c15d3e2a 100644 --- a/src/controls/ScrollView.qml +++ b/src/controls/ScrollView.qml @@ -86,8 +86,9 @@ import QtQuick.Controls.Styles 1.0 FocusScope { id: root - implicitWidth: 200 - implicitHeight: 100 + + implicitWidth: 240 + implicitHeight: 150 /*! This property tells the ScrollView if it should render diff --git a/src/controls/TabView.qml b/src/controls/TabView.qml index e0d3ca3bb178b4733e9cee71d3ebcc9280149bbe..6319d72cd712fcc2ac077776ca6c3a4c948d7ef6 100644 --- a/src/controls/TabView.qml +++ b/src/controls/TabView.qml @@ -55,7 +55,8 @@ import QtQuick.Controls.Private 1.0 FocusScope { id: root - implicitWidth: 150 + + implicitWidth: 240 implicitHeight: 150 /*! The current tab index */ diff --git a/src/controls/TableView.qml b/src/controls/TableView.qml index f6a8ed4bf08401259dad01b121e2928e839dbe65..a71264da0d7dc3bbc718dd76cea222efea137bed 100644 --- a/src/controls/TableView.qml +++ b/src/controls/TableView.qml @@ -359,8 +359,8 @@ ScrollView { Accessible.role: Accessible.Table - width: 200 - height: 200 + implicitWidth: 200 + implicitHeight: 150 frameVisible: true __scrollBarTopMargin: Qt.platform.os === "mac" ? headerrow.height : 0 diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml index 43cc347ce41c11a5f81a0583bfcca1b9a7e35c9a..cbef6e310de5b15b87d18ec402d32498e5823cde 100644 --- a/src/controls/TextArea.qml +++ b/src/controls/TextArea.qml @@ -611,9 +611,6 @@ ScrollView { /*! \internal */ property int __documentMargin: 4 - width: 280 - height: 120 - frameVisible: true activeFocusOnTab: true