mirror of
https://github.com/gtalent/sc9k.git
synced 2025-01-23 07:23:38 -06:00
Slightly extend OBS Slides column in Views table
This commit is contained in:
parent
35bf654246
commit
0a28e80455
@ -102,7 +102,7 @@ QWidget *SettingsDialog::setupViewConfig(QWidget *parent) {
|
|||||||
m_viewTable->setSelectionBehavior(QAbstractItemView::SelectionBehavior::SelectRows);
|
m_viewTable->setSelectionBehavior(QAbstractItemView::SelectionBehavior::SelectRows);
|
||||||
auto const hdr = m_viewTable->horizontalHeader();
|
auto const hdr = m_viewTable->horizontalHeader();
|
||||||
m_viewTable->setColumnWidth(1, 70);
|
m_viewTable->setColumnWidth(1, 70);
|
||||||
m_viewTable->setColumnWidth(2, 70);
|
m_viewTable->setColumnWidth(2, 75);
|
||||||
m_viewTable->setColumnWidth(3, 70);
|
m_viewTable->setColumnWidth(3, 70);
|
||||||
hdr->setStretchLastSection(true);
|
hdr->setStretchLastSection(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user