fixed image width trait.

This commit is contained in:
morevsavva
2023-05-03 13:28:16 +03:00
parent 7b589712ee
commit b97bf77820
@@ -2,12 +2,12 @@
"templates": {
"control_button": {
"type": "image",
"height": {
"type": "fixed",
"value": 44
"aspect": {
"ratio": 1
},
"width": {
"type": "wrap_content"
"type": "fixed",
"value": 44
}
}
},