mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-15 16:17:43 +02:00
2018-03-30 Fred Gleason <fredg@paravelsystems.com>
* Increased the maximum value of the 'Card' control in the 'Edit Switcher' dialog in rdamin(1) to 9999.
This commit is contained in:
parent
779c36c246
commit
aa2b1e6207
@ -16770,3 +16770,6 @@
|
||||
* Removed event checks when update Playout events in rdcatch(1).
|
||||
2018-03-30 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Updated the date in the copyright notice in rdadmin(1).
|
||||
2018-03-30 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Increased the maximum value of the 'Card' control in the
|
||||
'Edit Switcher' dialog in rdamin(1) to 9999.
|
||||
|
@ -330,8 +330,8 @@ EditMatrix::EditMatrix(RDMatrix *matrix,QWidget *parent)
|
||||
// Card Number
|
||||
//
|
||||
edit_card_box=new QSpinBox(this);
|
||||
edit_card_box->setGeometry(75,371,50,19);
|
||||
edit_card_box->setRange(0,RD_MAX_CARDS-1);
|
||||
edit_card_box->setGeometry(75,371,60,19);
|
||||
edit_card_box->setRange(0,9999);
|
||||
edit_card_label=new QLabel(edit_card_box,tr("Card:"),this);
|
||||
edit_card_label->setGeometry(10,371,60,19);
|
||||
edit_card_label->setFont(bold_font);
|
||||
|
Loading…
x
Reference in New Issue
Block a user