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:
parent
a530db8583
commit
cb568318a9
1 changed files with 3 additions and 0 deletions
|
@ -290,6 +290,9 @@ Window {
|
|||
width: 96
|
||||
height: JamiTheme.keyboardShortcutTabBarSize
|
||||
contentHeight: JamiTheme.keyboardShortcutTabBarSize
|
||||
background: Rectangle {
|
||||
color: windowRect.color
|
||||
}
|
||||
|
||||
Repeater {
|
||||
model: ["1", "2", "3", "4"]
|
||||
|
|
Loading…
Add table
Reference in a new issue