mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
feat(ui/modules/Common/Form/Tab/TabButton): fix height/width
This commit is contained in:
parent
039ead337b
commit
4899a1abb2
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ Controls.TabButton {
|
|||
}
|
||||
|
||||
contentItem: RowLayout {
|
||||
height: button.height
|
||||
width: button.width
|
||||
spacing: TabButtonStyle.spacing
|
||||
|
||||
Icon {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue