From 8825cd4cd9a14757b73d72ed02b7e92652503eb4 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Sat, 28 Jan 2023 19:19:37 +0100 Subject: [PATCH] fix(apidocs): correction for the cutout properties (#13735) --- apidoc/Titanium/UI/UI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apidoc/Titanium/UI/UI.yml b/apidoc/Titanium/UI/UI.yml index c729c99294f..a89e88f33ba 100644 --- a/apidoc/Titanium/UI/UI.yml +++ b/apidoc/Titanium/UI/UI.yml @@ -2872,13 +2872,13 @@ summary: Dictionary object of parameters for the . since: "12.1.0" platforms: [android] properties: - - name: left + - name: top type: Number - summary: The left margin of the cutout. + summary: The top position of the cutout. - - name: right + - name: left type: Number - summary: The left margin of the cutout. + summary: The left position of the cutout. - name: width type: Number