mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-16 16:47:43 +02:00
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:
parent
c557277fd3
commit
0ef051b9dd
@ -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.
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user