mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 16:28:11 +00:00
fix(TabContainer.qml): do not anchors rectangle in StackLayout (Qt5.11)
This commit is contained in:
parent
c840bbab8c
commit
85c2165dd2
2 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ import Utils 1.0
|
|||
Rectangle {
|
||||
default property alias _content: content.data
|
||||
|
||||
anchors.fill: parent
|
||||
color: TabContainerStyle.color
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ DialogPlus {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
TabContainer {
|
||||
anchors.fill: parent
|
||||
|
||||
Column {
|
||||
width: parent.width
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue