mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
splitview: hide handles when in single-pane mode
Prevents breaking the UI. Gitlab: #1370 Change-Id: I6bad222c2a05dc66402bc8f86e17f9a6d4d99c99
This commit is contained in:
parent
e89aa95673
commit
15351a5aae
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ SplitView {
|
||||||
}
|
}
|
||||||
|
|
||||||
handle: Rectangle {
|
handle: Rectangle {
|
||||||
|
visible: !isSinglePane
|
||||||
implicitWidth: JamiTheme.splitViewHandlePreferredWidth
|
implicitWidth: JamiTheme.splitViewHandlePreferredWidth
|
||||||
implicitHeight: root.height
|
implicitHeight: root.height
|
||||||
color: JamiTheme.primaryBackgroundColor
|
color: JamiTheme.primaryBackgroundColor
|
||||||
|
|
Loading…
Add table
Reference in a new issue