Skip to content
Snippets Groups Projects
Commit 15351a5a authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

splitview: hide handles when in single-pane mode

Prevents breaking the UI.

Gitlab: #1370
Change-Id: I6bad222c2a05dc66402bc8f86e17f9a6d4d99c99
parent e89aa956
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ SplitView {
}
handle: Rectangle {
visible: !isSinglePane
implicitWidth: JamiTheme.splitViewHandlePreferredWidth
implicitHeight: root.height
color: JamiTheme.primaryBackgroundColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment