mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix Properties does not fit in Create tab
This commit is contained in:
parent
d8d12e362f
commit
45144bece6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue