reduce size of units calculator

This commit is contained in:
wmayer
2019-12-22 11:53:36 +01:00
parent ebf585c0c7
commit 4cb8dc9ce2
2 changed files with 2 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>645</width>
<height>375</height>
<width>424</width>
<height>262</height>
</rect>
</property>
<property name="windowTitle">

View File

@@ -66,7 +66,6 @@ DlgUnitsCalculator::DlgUnitsCalculator( QWidget* parent, Qt::WindowFlags fl )
connect(ui->pushButton_Copy, SIGNAL(clicked()), this, SLOT(copy()));
connect(ui->ValueInput, SIGNAL(parseError(QString)), this, SLOT(parseError(QString)));
connect(ui->UnitInput, SIGNAL(parseError(QString)), this, SLOT(parseError(QString)));
ui->ValueInput->setParamGrpPath(QByteArray("User parameter:BaseApp/History/UnitsCalculator"));
// set a default that also illustrates how the dialog works