# HG changeset patch # User eugeni # Date 1160423876 0 # Node ID f753fbd5ae6673dc990cfdd13c1431f501c88c7a # Parent d4e7b776da63a649f6abd59988e6ec09b5b4dd6e Reduce margins for plaintext subtitles. diff -r d4e7b776da63 -r f753fbd5ae66 libass/ass_mp.c --- a/libass/ass_mp.c Mon Oct 09 19:10:36 2006 +0000 +++ b/libass/ass_mp.c Mon Oct 09 19:57:56 2006 +0000 @@ -92,9 +92,9 @@ style->BorderStyle = 1; style->Alignment = 2; style->Outline = 2; - style->MarginL = 30; - style->MarginR = 30; - style->MarginV = 20; + style->MarginL = 10; + style->MarginR = 10; + style->MarginV = 5; style->ScaleX = 1.; style->ScaleY = 1.; }