Skip to content

Commit

Permalink
add borderWidth for reel
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed May 17, 2024
1 parent f2e764f commit 9772fae
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ export class ReelWidgetSettings extends AbstractWidgetSettings {
"Цвет рамок",
"general",
),
new NumberProperty(
widgetId,
"borderWidth",
"number",
1,
"Толщина рамок",
"general",
),
new ColorProperty(
widgetId,
"selectionColor",
Expand Down Expand Up @@ -83,6 +91,7 @@ export class ReelWidgetSettings extends AbstractWidgetSettings {
"Время (мс) на один поворот",
"general",
),

new NumberProperty(
widgetId,
"time",
Expand Down

0 comments on commit 9772fae

Please sign in to comment.