mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-16 17:41:20 +01:00
2022-05-20 Fred Gleason <fredg@paravelsystems.com>
* Added icons to the 'Service' dropdowns in rdlogedit(1), rdairplay(1) and rdlogmanager(1). * Added icons to the host picker in the 'Service' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -34,10 +34,8 @@ EditSvcPerms::EditSvcPerms(RDSvc *svc,QWidget *parent)
|
||||
//
|
||||
// Fix the Window Size
|
||||
//
|
||||
setMinimumWidth(sizeHint().width());
|
||||
setMaximumWidth(sizeHint().width());
|
||||
setMinimumHeight(sizeHint().height());
|
||||
setMaximumHeight(sizeHint().height());
|
||||
setMinimumSize(sizeHint());
|
||||
setMaximumSize(sizeHint());
|
||||
|
||||
setWindowTitle("RDAdmin - "+tr("Service: ")+svc_svc->name());
|
||||
|
||||
@@ -45,6 +43,7 @@ EditSvcPerms::EditSvcPerms(RDSvc *svc,QWidget *parent)
|
||||
// Services Selector
|
||||
//
|
||||
svc_host_sel=new RDListSelector(this);
|
||||
svc_host_sel->setItemIcon(rda->iconEngine()->stationIcon());
|
||||
svc_host_sel->sourceSetLabel(tr("Available Hosts"));
|
||||
svc_host_sel->destSetLabel(tr("Enabled Hosts"));
|
||||
svc_host_sel->setGeometry(10,10,380,130);
|
||||
|
||||
Reference in New Issue
Block a user