fix(TabContainer.qml): do not anchors rectangle in StackLayout (Qt5.11)

This commit is contained in:
Ronan Abhamon 2018-06-15 14:26:54 +02:00
parent c840bbab8c
commit 85c2165dd2
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,6 @@ import Utils 1.0
Rectangle {
default property alias _content: content.data
anchors.fill: parent
color: TabContainerStyle.color
ColumnLayout {

View file

@ -43,6 +43,8 @@ DialogPlus {
// ---------------------------------------------------------------------------
TabContainer {
anchors.fill: parent
Column {
width: parent.width