Skip to content

Commit

Permalink
sub/osd: make margin 15/15 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Nov 8, 2024
1 parent 1d7c168 commit 8bfe02b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sub/osd.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const struct m_sub_options osd_style_conf = {
.border_style = 1,
.outline_size = 1.76,
.shadow_offset = 0,
.margin_x = 25,
.margin_y = 22,
.margin_x = 15,
.margin_y = 15,
.align_x = -1,
.align_y = -1,
},
Expand All @@ -108,8 +108,8 @@ const struct m_sub_options sub_style_conf = {
.border_style = 1,
.outline_size = 1.76,
.shadow_offset = 0,
.margin_x = 25,
.margin_y = 22,
.margin_x = 15,
.margin_y = 15,
.align_x = 0,
.align_y = 1,
},
Expand Down

0 comments on commit 8bfe02b

Please sign in to comment.