Skip to content
Snippets Groups Projects
Commit b1d7d540 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by Ming Rui Zhang
Browse files

misc: fix a visual bug on the main split view handle

Change-Id: I288577bb49b85097d57d81724a463171f5fa257e
parent d1223469
No related branches found
No related tags found
No related merge requests found
...@@ -277,13 +277,11 @@ Rectangle { ...@@ -277,13 +277,11 @@ Rectangle {
handle: Rectangle { handle: Rectangle {
implicitWidth: JamiTheme.splitViewHandlePreferredWidth implicitWidth: JamiTheme.splitViewHandlePreferredWidth
implicitHeight: splitView.height implicitHeight: splitView.height
color: JamiTheme.backgroundColor color: JamiTheme.primaryBackgroundColor
Rectangle { Rectangle {
implicitWidth: 1 implicitWidth: 1
implicitHeight: splitView.height implicitHeight: splitView.height
color: SplitHandle.pressed ? JamiTheme.pressColor : color: JamiTheme.tabbarBorderColor
(SplitHandle.hovered ? JamiTheme.hoverColor :
JamiTheme.tabbarBorderColor)
} }
} }
......
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