Skip to content

Commit

Permalink
Improve Actor Set Position form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Apr 9, 2024
1 parent f5f7ec8 commit 2c9e844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/events/eventActorSetPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ const fields = [
description: l10n("FIELD_ACTOR_UPDATE_DESC"),
type: "actor",
defaultValue: "$self$",
flexBasis: 0,
minWidth: 150,
},
{
type: "group",
wrapItems: true,
fields: [
{
key: "x",
Expand Down

0 comments on commit 2c9e844

Please sign in to comment.