mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-05 16:34:09 +02:00
Fixed regression with "Scheduler Code:" label overlapping "Group"
combobox in rdlibrary(1)
This commit is contained in:
parent
e80533c0ec
commit
117300ff0e
@ -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).
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user