diff --git a/plugins/channeltx/modam/ammodgui.ui b/plugins/channeltx/modam/ammodgui.ui index ba944b224..a6fb4f3a6 100644 --- a/plugins/channeltx/modam/ammodgui.ui +++ b/plugins/channeltx/modam/ammodgui.ui @@ -56,16 +56,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 @@ -361,6 +352,7 @@ Liberation Mono + 8 diff --git a/plugins/channeltx/modatv/atvmodgui.ui b/plugins/channeltx/modatv/atvmodgui.ui index c21663ff3..ce45e6cdc 100644 --- a/plugins/channeltx/modatv/atvmodgui.ui +++ b/plugins/channeltx/modatv/atvmodgui.ui @@ -50,16 +50,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 @@ -506,6 +497,7 @@ Liberation Mono + 8 diff --git a/plugins/channeltx/modnfm/nfmmodgui.ui b/plugins/channeltx/modnfm/nfmmodgui.ui index ff364bfeb..d6c935ba3 100644 --- a/plugins/channeltx/modnfm/nfmmodgui.ui +++ b/plugins/channeltx/modnfm/nfmmodgui.ui @@ -56,16 +56,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 @@ -401,6 +392,7 @@ Liberation Mono + 8 diff --git a/plugins/channeltx/modssb/ssbmodgui.ui b/plugins/channeltx/modssb/ssbmodgui.ui index 1974e70fb..b5d2a6112 100644 --- a/plugins/channeltx/modssb/ssbmodgui.ui +++ b/plugins/channeltx/modssb/ssbmodgui.ui @@ -53,16 +53,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 @@ -707,6 +698,7 @@ Liberation Mono + 8 @@ -1253,16 +1245,7 @@ 2 - - 3 - - - 3 - - - 3 - - + 3 diff --git a/plugins/channeltx/modwfm/wfmmodgui.ui b/plugins/channeltx/modwfm/wfmmodgui.ui index 464c5e07c..e69ef7ee6 100644 --- a/plugins/channeltx/modwfm/wfmmodgui.ui +++ b/plugins/channeltx/modwfm/wfmmodgui.ui @@ -56,16 +56,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 @@ -401,6 +392,7 @@ Liberation Mono + 8 diff --git a/plugins/channeltx/udpsink/udpsinkgui.ui b/plugins/channeltx/udpsink/udpsinkgui.ui index d346f0164..0fa5a35b1 100644 --- a/plugins/channeltx/udpsink/udpsinkgui.ui +++ b/plugins/channeltx/udpsink/udpsinkgui.ui @@ -31,12 +31,12 @@ UDP Sample Sink - - -1 - UDP Sample Sink + + -1 + @@ -56,16 +56,7 @@ Settings - - 2 - - - 2 - - - 2 - - + 2 @@ -92,7 +83,7 @@ Input sample rate (S/s) - 0009999 + 0009999; 48000 @@ -122,7 +113,7 @@ Signal bandwidth (Hz) - 0009999 + 0009999; 32000 @@ -211,6 +202,7 @@ Liberation Mono + 8 @@ -511,7 +503,7 @@ FM deviation in Hz - 00000 + 00000; 2500 @@ -537,7 +529,7 @@ Percentage of AM modulation - 000 + 000; 95 @@ -814,7 +806,7 @@ Local UDP address - 000.000.000.000 + 000.000.000.000; 127.0.0.1 @@ -858,7 +850,7 @@ Local UDP port - 00000 + 00000; 9998 @@ -968,16 +960,7 @@ 3 - - 2 - - - 2 - - - 2 - - + 2 diff --git a/sdrgui/gui/levelmeter.cpp b/sdrgui/gui/levelmeter.cpp index d5257aee4..595c874aa 100644 --- a/sdrgui/gui/levelmeter.cpp +++ b/sdrgui/gui/levelmeter.cpp @@ -180,6 +180,7 @@ void LevelMeterVU::resized() // 100% full height white line painter.setPen(Qt::white); + painter.setFont(font()); // painter.drawLine(0.75*bar.width(), 0, 0.75*bar.width(), bar.height()); m_scaleEngine.setSize(0.75*bar.width()); @@ -323,7 +324,7 @@ void LevelMeterSignalDB::resized() { if ((tick.textSize > 0) && (tick.textPos > 0)) { - painter.drawText(QPointF(tick.textPos - (tick.textSize/2) - 2, bar.height()/2 - 1), tick.text); + painter.drawText(QPointF(tick.textPos - (tick.textSize/2) - 4, bar.height()/2 - 1), tick.text); } painter.drawLine(shiftx(tick.pos, bar.width()), 0, shiftx(scaleTickList[i].pos,bar.width()), bar.height());