mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-10 06:37:07 +01: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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user