mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-25 08:56:00 +02:00
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
* Added a statement to explicitly disable sorting of the events list in the 'List Clocks' dialog in rdlogmanager(1).
This commit is contained in:
parent
0a9454cf91
commit
bbd7cd61bb
@ -19024,3 +19024,6 @@
|
||||
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the 'pypad_xmpad.py' PyPAD script that caused
|
||||
an infinite loop.
|
||||
2019-08-26 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a statement to explicitly disable sorting of the
|
||||
events list in the 'List Clocks' dialog in rdlogmanager(1).
|
||||
|
@ -100,6 +100,7 @@ EditClock::EditClock(QString clockname,bool new_clock,
|
||||
edit_clocks_list->setGeometry(10,35,CENTER_LINE-20,sizeHint().height()-250);
|
||||
edit_clocks_list->setAllColumnsShowFocus(true);
|
||||
edit_clocks_list->setItemMargin(5);
|
||||
edit_clocks_list->setSorting(-1);
|
||||
edit_clocks_list->addColumn(tr("Start"));
|
||||
edit_clocks_list->addColumn(tr("End"));
|
||||
edit_clocks_list->addColumn(tr("Event"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user