2017-11-08 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in the 'Edit Group dialog in rdadmin(1)
	that caused the 'Transmit Now & Next data' checkbox to be
	obscured.
This commit is contained in:
Fred Gleason 2017-11-08 10:52:49 -05:00
parent c557277fd3
commit 0ef051b9dd
2 changed files with 5 additions and 1 deletions

View File

@ -16345,3 +16345,7 @@
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'List Logs' Web API call that broke searches
when the 'RECENT' parameter was set.
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'Edit Group dialog in rdadmin(1)
that caused the 'Transmit Now & Next data' checkbox to be
obscured.

View File

@ -477,7 +477,7 @@ void EditGroup::resizeEvent(QResizeEvent *e)
group_nownext_check->setGeometry(20,263,15,15);
group_nownext_label->setGeometry(40,262,size().width()-50,19);
group_svcs_sel->setGeometry(10,261,401,130);
group_svcs_sel->setGeometry(10,285,401,130);
group_color_button->setGeometry(10,size().height()-60,80,50);