diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index fa29ffc14..4e8e8049f 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -601,7 +601,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) frontend->getDelSys((fe_code_rate_t)si.fec, dvbs_get_modulation((fe_code_rate_t)si.fec), f, s, m); if (!strncmp(s,const_cast("DVB-S2"),6)){ s=const_cast("S2"); - scaling = 20000; + scaling = 27000; } else{ s=const_cast("S1");