Fixed regression with "Scheduler Code:" label overlapping "Group"

combobox in rdlibrary(1)
This commit is contained in:
Patrick Linstruth 2020-08-02 18:54:48 -07:00
parent e80533c0ec
commit 117300ff0e
2 changed files with 4 additions and 1 deletions

View File

@ -19920,3 +19920,6 @@
* Incremented the package version to 3.4.0int1.
2020-07-21 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 3.4.1.
2020-08-02 Patrick Linstruth <patrick@deltecent.com>
* Fixed regression with "Scheduler Code:" label overlapping "Group"
combobox in rdlibrary(1).

View File

@ -1109,7 +1109,7 @@ void MainWidget::resizeEvent(QResizeEvent *e)
lib_filter_label->setGeometry(10,10,55,20);
lib_group_label->setGeometry(10,40,55,20);
lib_group_box->setGeometry(70,40,100,20);
lib_codes_label->setGeometry(160,40,130,20);
lib_codes_label->setGeometry(175,40,115,20);
lib_codes_box->setGeometry(295,40,100,20);
lib_codes2_label->setGeometry(410,40,130,20);
lib_codes2_box->setGeometry(545,40,100,20);