Skip to content

Commit

Permalink
#11746 Simplify layout to silence warning from Qt.
Browse files Browse the repository at this point in the history
Fixes #11746
  • Loading branch information
kriben committed Oct 4, 2024
1 parent f67d736 commit c759905
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ void RimCloudDataSourceCollection::defineUiOrdering( QString uiConfigName, caf::
uiOrdering.add( &m_sumoCaseId, layout );
uiOrdering.add( &m_sumoEnsembleNames, layout );

uiOrdering.add( &m_addDataSources, { .totalColumnSpan = 2, .leftLabelColumnSpan = 1 } );
uiOrdering.add( &m_addEnsembles, { .newRow = false, .totalColumnSpan = 1, .leftLabelColumnSpan = 0 } );
uiOrdering.add( &m_addDataSources, layout );
uiOrdering.add( &m_addEnsembles, layout );
}

//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit c759905

Please sign in to comment.