diff --git a/src/ui/DebugConsole.cc b/src/ui/DebugConsole.cc index 311a87f..fd08a43 100644 --- a/src/ui/DebugConsole.cc +++ b/src/ui/DebugConsole.cc @@ -341,7 +341,7 @@ void DebugConsole::updateTrafficMeasurements() QString speed; speed = speed.sprintf("%04.1f kB/s", dataRate/1000.0f); - m_ui->speedLabel->setText(speed); + m_ui->downSpeedLabel->setText(speed); if (holdOn) { //repaint(); diff --git a/src/ui/DebugConsole.ui b/src/ui/DebugConsole.ui index 8496945..391778a 100644 --- a/src/ui/DebugConsole.ui +++ b/src/ui/DebugConsole.ui @@ -6,8 +6,8 @@ 0 0 - 566 - 190 + 570 + 211 @@ -24,7 +24,7 @@ 6 - + @@ -39,9 +39,75 @@ - + + + + 0 + 0 + + + + + 12 + 16 + + + + + 12 + 16 + + + + + 12 + 16 + + + + false + + + + + + :/files/images/actions/go-down.svg + + + true + + + + + + + 00.0 kB/s + + + + + + + + 12 + 16 + + + + + + + :/files/images/actions/go-up.svg + + + true + + + + + - 0.0 kB/s + 00.0 kB/s