mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
ongoingcallpage: fix bad property reference
Gitlab: #938 Change-Id: I6a84e14c4e95d2c4f2c914f925ad811fd324d92b
This commit is contained in:
parent
d4aa66c482
commit
9370f5a4cf
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ Rectangle {
|
|||
orientation: isHorizontal ? Qt.Horizontal : Qt.Vertical
|
||||
|
||||
handle: Rectangle {
|
||||
implicitWidth: isHorizontal ? JamiTheme.splitViewHandlePreferredWidth : root.width
|
||||
implicitHeight: isHorizontal ? root.height : JamiTheme.splitViewHandlePreferredWidth
|
||||
implicitWidth: mainColumnLayout.isHorizontal ? JamiTheme.splitViewHandlePreferredWidth : root.width
|
||||
implicitHeight: mainColumnLayout.isHorizontal ? root.height : JamiTheme.splitViewHandlePreferredWidth
|
||||
color: SplitHandle.pressed ? JamiTheme.pressColor : (SplitHandle.hovered ? JamiTheme.hoverColor : JamiTheme.tabbarBorderColor)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue