Fix Properties does not fit in Create tab

This commit is contained in:
vladest 2018-01-11 22:05:11 +01:00
parent d8d12e362f
commit 45144bece6

View file

@ -24,7 +24,7 @@ TabButton {
contentItem: Text {
id: text
text: control.text
font.pixelSize: 16
font.pixelSize: 14
font.bold: true
color: control.checked ? "white" : "white"
horizontalAlignment: Text.AlignHCenter