From 096e2b6aec4c272eaa0873134a99b277abfe9964 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 19 Jan 2020 15:48:11 +0000 Subject: [PATCH] Fixed image/video coord labels. --- src/components/sources/SourceTypeEditor.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sources/SourceTypeEditor.jsx b/src/components/sources/SourceTypeEditor.jsx index 34517138..1726b860 100644 --- a/src/components/sources/SourceTypeEditor.jsx +++ b/src/components/sources/SourceTypeEditor.jsx @@ -117,7 +117,7 @@ class ImageSourceEditor extends React.Component { })} /> - {["top", "left", "bottom", "right"].map((label, idx) => { + {["top left", "top right", "bottom right", "bottom left"].map((label, idx) => { return ( - {["top", "left", "bottom", "right"].map((label, idx) => { + {["top left", "top right", "bottom right", "bottom left"].map((label, idx) => { return (