mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 01:13:50 +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>
|
||||
* Revised the 'Managing Services' section of the Operations
|
||||
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->addColumn("Name");
|
||||
c_list->setColumnAlignment(0,Qt::AlignLeft|Qt::AlignVCenter);
|
||||
c_list->setColumnAlignment(0,Qt::AlignLeft);
|
||||
connect(c_list,
|
||||
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
|
||||
this,
|
||||
|
Loading…
x
Reference in New Issue
Block a user