# HG changeset patch # User arpi_esp # Date 987036082 0 # Node ID 1e57ff8954199b61d800eadda7b452a3e5928d3e # Parent 55f9067ad1762a51d244dbfe54e0aa74e1c303a6 progress bar width increased diff -r 55f9067ad176 -r 1e57ff895419 libvo/sub.c --- a/libvo/sub.c Thu Apr 12 00:40:42 2001 +0000 +++ b/libvo/sub.c Thu Apr 12 00:41:22 2001 +0000 @@ -37,7 +37,7 @@ int y=dys/2; int x; int c,font; - int width=(dxs/2-vo_font->width[0x10]-vo_font->width[0x12]); + int width=(dxs*2/3-vo_font->width[0x10]-vo_font->width[0x12]); int elems=width/vo_font->width[0x11]; int mark=(vo_osd_progbar_value*(elems+1))>>8; x=(dxs-width)/2;