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:
parent
d1223469e4
commit
b1d7d54002
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue