Double the front line thickness.

Make it easier to click on.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2437.
This commit is contained in:
Dan Albert 2022-09-27 23:28:58 -07:00 committed by Raffson
parent 8126635bd9
commit 3a412b420b
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -13,7 +13,7 @@ function FrontLine(props: FrontLineProps) {
return (
<Polyline
positions={props.front.extents}
weight={8}
weight={16}
color={"#fe7d0a"}
eventHandlers={{
contextmenu: () => {