2019-12-10 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdadmin(1) that caused controls to be
	hidden in the 'Edit Report' dialog.
This commit is contained in:
Fred Gleason
2019-12-10 11:27:19 -05:00
parent ebeeba8c70
commit ac59b52ad0
3 changed files with 16 additions and 16 deletions

View File

@@ -242,8 +242,8 @@ void RDListSelector::resizeEvent(QResizeEvent *e)
list_source_label->setGeometry(0,0,w/3,12);
list_source_box->setGeometry(0,12,w/3,h-12);
list_add_button->setGeometry(w/3+20,20,w/3-40,h/3-16);
list_remove_button->setGeometry(w/3+20,2*h/3-8,w/3-40,h/3-16);
list_add_button->setGeometry(w/3+20,20,w/3-40,25);
list_remove_button->setGeometry(w/3+20,2*h/3-3,w/3-40,25);
list_dest_label->setGeometry(2*w/3,0,w/3,12);
list_dest_box->setGeometry(2*w/3,12,w/3,h-12);