We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dee9b commit 2d60dafCopy full SHA for 2d60daf
sub/osd.c
@@ -58,7 +58,7 @@ static const m_option_t style_opts[] = {
58
{"border-size", OPT_ALIAS("outline-size"), .alias_use_prefix = true},
59
{"shadow-offset", OPT_FLOAT(shadow_offset)},
60
{"spacing", OPT_FLOAT(spacing), M_RANGE(-10, 10)},
61
- {"margin-x", OPT_INT(margin_x), M_RANGE(0, 300)},
+ {"margin-x", OPT_INT(margin_x), M_RANGE(0, 1200)},
62
{"margin-y", OPT_INT(margin_y), M_RANGE(0, 600)},
63
{"align-x", OPT_CHOICE(align_x,
64
{"left", -1}, {"center", 0}, {"right", +1})},
0 commit comments