mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix tab button width
This commit is contained in:
parent
33b7cf62f0
commit
9cb5758233
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ Control.TabBar {
|
|||
|
||||
contentItem: Text {
|
||||
id: tabText
|
||||
width: Math.min(implicitWidth, mainItem.width / mainItem.model.length)
|
||||
width: implicitWidth
|
||||
font.weight: mainItem.textWeight
|
||||
color: mainItem.currentIndex === index ? DefaultStyle.main2_600 : DefaultStyle.main2_400
|
||||
font.family: DefaultStyle.defaultFont
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue