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

fix: tabBar background color in shortcuts window

Change-Id: Icc39d1607c533c4b520a8c320b7eb575d747ec47
GitLab: #1019
This commit is contained in:
Aline Gondim Santos 2023-03-08 10:42:39 -03:00
parent a530db8583
commit cb568318a9

View file

@ -290,6 +290,9 @@ Window {
width: 96
height: JamiTheme.keyboardShortcutTabBarSize
contentHeight: JamiTheme.keyboardShortcutTabBarSize
background: Rectangle {
color: windowRect.color
}
Repeater {
model: ["1", "2", "3", "4"]