From b97bf778208240704f19829b53953a6d3a2e189c Mon Sep 17 00:00:00 2001 From: morevsavva Date: Wed, 3 May 2023 13:28:16 +0300 Subject: [PATCH] fixed image width trait. --- .../regression_test_data/video/video_with_controls.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_data/regression_test_data/video/video_with_controls.json b/test_data/regression_test_data/video/video_with_controls.json index 2e087d2ca..a7f1faaa1 100644 --- a/test_data/regression_test_data/video/video_with_controls.json +++ b/test_data/regression_test_data/video/video_with_controls.json @@ -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 } } },