Define dock height/width more transparently
This commit is contained in:
parent
532b35e9f3
commit
9688c09002
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ Page {
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
dock: chatPage.isPortrait ? Dock.Bottom : Dock.Right
|
dock: chatPage.isPortrait ? Dock.Bottom : Dock.Right
|
||||||
backgroundSize: dock == Dock.Left || dock == Dock.Right ? width / 2 : height / 3
|
backgroundSize: chatPage.isPortrait ? height / 3 : width / 2
|
||||||
|
|
||||||
background: Column {
|
background: Column {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue