mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-26 22:53:40 +01: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:
@@ -16345,3 +16345,7 @@
|
|||||||
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
|
2017-11-08 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in the 'List Logs' Web API call that broke searches
|
* Fixed a bug in the 'List Logs' Web API call that broke searches
|
||||||
when the 'RECENT' parameter was set.
|
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_check->setGeometry(20,263,15,15);
|
||||||
group_nownext_label->setGeometry(40,262,size().width()-50,19);
|
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);
|
group_color_button->setGeometry(10,size().height()-60,80,50);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user