mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2022-09-17 Fred Gleason <fredg@paravelsystems.com>
* Added type icons to the 'Source' and 'Destination' columns of the events list in rdcatch(1). * Removed the 'RSS Feed' column from the event list in rdcatch(1). * Consolidated the 'Start Date Offset' and 'End Date Offset' columns into a single 'Start/End Date' column in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1210,7 +1210,7 @@ void MainWidget::resizeEvent(QResizeEvent *e)
|
||||
catch_dow_label->setGeometry(400,deck_height+4,125,26);
|
||||
catch_dow_box->setGeometry(530,deck_height+4,120,26);
|
||||
catch_type_label->setGeometry(660,deck_height+4,125,26);
|
||||
catch_type_box->setGeometry(790,deck_height+4,e->size().width()-800,26);
|
||||
catch_type_box->setGeometry(790,deck_height+4,sizeHint().width()-800,26);
|
||||
catch_recordings_view->
|
||||
setGeometry(10,deck_height+35,e->size().width()-20,
|
||||
e->size().height()-100-deck_height);
|
||||
|
Reference in New Issue
Block a user