1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

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

Change-Id: I288577bb49b85097d57d81724a463171f5fa257e
This commit is contained in:
Andreas Traczyk 2021-04-08 12:42:05 -04:00 committed by Ming Rui Zhang
parent d1223469e4
commit b1d7d54002

View file

@ -277,13 +277,11 @@ Rectangle {
handle: Rectangle {
implicitWidth: JamiTheme.splitViewHandlePreferredWidth
implicitHeight: splitView.height
color: JamiTheme.backgroundColor
color: JamiTheme.primaryBackgroundColor
Rectangle {
implicitWidth: 1
implicitHeight: splitView.height
color: SplitHandle.pressed ? JamiTheme.pressColor :
(SplitHandle.hovered ? JamiTheme.hoverColor :
JamiTheme.tabbarBorderColor)
color: JamiTheme.tabbarBorderColor
}
}