Skip to content

Commit 2d60daf

Browse files
committed
sub: increase hard limit on margin-x
1 parent 77dee9b commit 2d60daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sub/osd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static const m_option_t style_opts[] = {
5858
{"border-size", OPT_ALIAS("outline-size"), .alias_use_prefix = true},
5959
{"shadow-offset", OPT_FLOAT(shadow_offset)},
6060
{"spacing", OPT_FLOAT(spacing), M_RANGE(-10, 10)},
61-
{"margin-x", OPT_INT(margin_x), M_RANGE(0, 300)},
61+
{"margin-x", OPT_INT(margin_x), M_RANGE(0, 1200)},
6262
{"margin-y", OPT_INT(margin_y), M_RANGE(0, 600)},
6363
{"align-x", OPT_CHOICE(align_x,
6464
{"left", -1}, {"center", 0}, {"right", +1})},

0 commit comments

Comments
 (0)