mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
parent
8126635bd9
commit
3a412b420b
@ -13,7 +13,7 @@ function FrontLine(props: FrontLineProps) {
|
|||||||
return (
|
return (
|
||||||
<Polyline
|
<Polyline
|
||||||
positions={props.front.extents}
|
positions={props.front.extents}
|
||||||
weight={8}
|
weight={16}
|
||||||
color={"#fe7d0a"}
|
color={"#fe7d0a"}
|
||||||
eventHandlers={{
|
eventHandlers={{
|
||||||
contextmenu: () => {
|
contextmenu: () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user