mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1018 Snapshot - set dialog width to 1000
This commit is contained in:
parent
ecf954dc6e
commit
66d0bc9488
@ -54,7 +54,7 @@ RiuExportMultipleSnapshotsWidget::RiuExportMultipleSnapshotsWidget(QWidget* pare
|
||||
{
|
||||
setWindowTitle("Export Multiple Snapshots");
|
||||
|
||||
int nWidth = 800;
|
||||
int nWidth = 1000;
|
||||
int nHeight = 300;
|
||||
resize(nWidth, nHeight);
|
||||
|
||||
@ -72,6 +72,8 @@ RiuExportMultipleSnapshotsWidget::RiuExportMultipleSnapshotsWidget(QWidget* pare
|
||||
QHeaderView* verticalHeader = m_pdmTableView->tableView()->verticalHeader();
|
||||
verticalHeader->setResizeMode(QHeaderView::Interactive);
|
||||
|
||||
m_pdmTableView->tableView()->resizeColumnsToContents();
|
||||
|
||||
// Set active child array to be able to use generic delete
|
||||
caf::SelectionManager::instance()->setActiveChildArrayFieldHandle(&(project->multiSnapshotDefinitions()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user