2020-01-18 Fred Gleason <fredg@paravelsystems.com>

* Adjusted the position of the 'Matching Carts' readout on the
	main window of rdlibrary(1).
This commit is contained in:
Fred Gleason
2020-01-18 14:15:20 -05:00
parent 63949df482
commit 255f757991
2 changed files with 5 additions and 2 deletions

View File

@@ -1113,8 +1113,8 @@ void MainWidget::resizeEvent(QResizeEvent *e)
lib_codes_box->setGeometry(300,40,100,20);
lib_codes2_label->setGeometry(415,40,130,20);
lib_codes2_box->setGeometry(550,40,100,20);
lib_matches_label->setGeometry(660,40,100,20);
lib_matches_edit->setGeometry(755,40,65,20);
lib_matches_label->setGeometry(670,40,100,20);
lib_matches_edit->setGeometry(775,40,65,20);
lib_showmatches_label->setGeometry(760,66,200,20);
lib_showmatches_box->setGeometry(740,68,15,15);
lib_allowdrag_label->setGeometry(580,66,130,20);