feat(ui/modules/Common/Form/Tab/TabButton): fix height/width

This commit is contained in:
Ronan Abhamon 2017-03-27 17:23:44 +02:00
parent 039ead337b
commit 4899a1abb2

View file

@ -55,6 +55,8 @@ Controls.TabButton {
}
contentItem: RowLayout {
height: button.height
width: button.width
spacing: TabButtonStyle.spacing
Icon {