Skip to content

Commit

Permalink
sub/osd: remove limits from border and shadow size options
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiaboo committed Jan 24, 2018
1 parent 28021fe commit f6d0245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sub/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ static const m_option_t style_opts[] = {
OPT_COLOR("border-color", border_color, 0),
OPT_COLOR("shadow-color", shadow_color, 0),
OPT_COLOR("back-color", back_color, 0),
OPT_FLOATRANGE("border-size", border_size, 0, 0, 10),
OPT_FLOATRANGE("shadow-offset", shadow_offset, 0, 0, 10),
OPT_FLOAT("border-size", border_size, 0),
OPT_FLOAT("shadow-offset", shadow_offset, 0),
OPT_FLOATRANGE("spacing", spacing, 0, -10, 10),
OPT_INTRANGE("margin-x", margin_x, 0, 0, 300),
OPT_INTRANGE("margin-y", margin_y, 0, 0, 600),
Expand Down

0 comments on commit f6d0245

Please sign in to comment.