ATV Modulator: resized GUI

This commit is contained in:
f4exb 2017-03-21 16:38:56 +01:00
parent 5af808adb7
commit 5ae92bf1b6
2 changed files with 6 additions and 3 deletions

View File

@ -250,6 +250,9 @@ void ATVModGUI::setRFFiltersSlidersRange(int sampleRate)
ui->rfBW->setMaximum((sampleRate) / m_rfSliderDivisor);
ui->rfOppBW->setMaximum((sampleRate) / m_rfSliderDivisor);
}
ui->rfBWText->setText(QString("%1k").arg((ui->rfBW->value()*m_rfSliderDivisor) / 1000.0, 0, 'f', 0));
ui->rfOppBWText->setText(QString("%1k").arg((ui->rfOppBW->value()*m_rfSliderDivisor) / 1000.0, 0, 'f', 0));
}
int ATVModGUI::getNbLines()

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<width>580</width>
<height>364</height>
</rect>
</property>
@ -18,7 +18,7 @@
</property>
<property name="minimumSize">
<size>
<width>620</width>
<width>580</width>
<height>0</height>
</size>
</property>
@ -39,7 +39,7 @@
<rect>
<x>0</x>
<y>10</y>
<width>611</width>
<width>561</width>
<height>341</height>
</rect>
</property>