mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-09 22:43:11 +02:00
2020-11-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Encoder Profiles' dialog in rdadmin to left-justify the 'Name' column. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
2a5c8c3752
commit
986eb33038
@ -20586,3 +20586,6 @@
|
|||||||
2020-11-16 Fred Gleason <fredg@paravelsystems.com>
|
2020-11-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Revised the 'Managing Services' section of the Operations
|
* Revised the 'Managing Services' section of the Operations
|
||||||
Guide.
|
Guide.
|
||||||
|
2020-11-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Modified the 'Encoder Profiles' dialog in rdadmin to left-justify
|
||||||
|
the 'Name' column.
|
||||||
|
@ -49,7 +49,7 @@ ListEncoders::ListEncoders(QWidget *parent)
|
|||||||
c_list->setItemMargin(5);
|
c_list->setItemMargin(5);
|
||||||
|
|
||||||
c_list->addColumn("Name");
|
c_list->addColumn("Name");
|
||||||
c_list->setColumnAlignment(0,Qt::AlignLeft|Qt::AlignVCenter);
|
c_list->setColumnAlignment(0,Qt::AlignLeft);
|
||||||
connect(c_list,
|
connect(c_list,
|
||||||
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
|
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
|
||||||
this,
|
this,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user