diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index a0dbcc543..81c00fc5d 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -672,6 +672,8 @@ OBSRemux::OBSRemux(const char *path, QWidget *parent, bool autoRemux_) RemuxEntryColumn::State, QHeaderView::ResizeMode::Fixed); ui->tableView->setEditTriggers( QAbstractItemView::EditTrigger::CurrentChanged); + ui->tableView->setTextElideMode(Qt::ElideMiddle); + ui->tableView->setWordWrap(false); installEventFilter(CreateShortcutFilter());