mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -61,9 +61,9 @@ void RicWellPathsImportSsihubFeature::onActionTriggered( bool isChecked )
|
||||
QMessageBox msgBox( guiApp->mainWindow() );
|
||||
msgBox.setIcon( QMessageBox::Question );
|
||||
|
||||
QString questionText = QString(
|
||||
"Import of well paths will be stored as a part of a ResInsight project file. Please "
|
||||
"save the project to file before importing well paths." );
|
||||
QString questionText =
|
||||
QString( "Import of well paths will be stored as a part of a ResInsight project file. Please "
|
||||
"save the project to file before importing well paths." );
|
||||
|
||||
msgBox.setText( questionText );
|
||||
msgBox.setInformativeText( "Do you want to save the project?" );
|
||||
|
||||
Reference in New Issue
Block a user