mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix labels to match Documentation
This commit is contained in:
parent
a98b1d3494
commit
93f76d9739
@ -2084,8 +2084,8 @@ void RiaApplication::applyPreferences(const RiaPreferences* oldPreferences)
|
||||
|
||||
QMessageBox::StandardButton reply;
|
||||
reply = QMessageBox::question(m_mainWindow,
|
||||
QString("Apply %1 to Existing Views?").arg(listString),
|
||||
QString("You have changed default %1 and have existing views with different settings.\n").arg(listString) +
|
||||
QString("Apply %1 to Existing Views or Plots?").arg(listString),
|
||||
QString("You have changed default %1 and have existing views or plots with different settings.\n").arg(listString) +
|
||||
QString("Do you want to apply the new default settings to all existing views?"),
|
||||
QMessageBox::Ok | QMessageBox::Cancel);
|
||||
applySettingsToAllViews = (reply == QMessageBox::Ok);
|
||||
|
@ -75,7 +75,7 @@ RiaPreferences::RiaPreferences(void)
|
||||
|
||||
CAF_PDM_InitField(&defaultScaleFactorZ, "defaultScaleFactorZ", 5, "Default Z Scale Factor", "", "", "");
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&defaultSceneFontSize, "fontSizeInScene", "Viewer Font", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&defaultSceneFontSize, "fontSizeInScene", "Viewer Font Size", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&defaultAnnotationFontSize, "defaultAnnotationFontSize", "Annotation Font Size", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&defaultWellLabelFontSize, "wellLabelFontSize", "Well Label Font Size", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&defaultPlotFontSize, "defaultPlotFontSize", "Plot Font Size", "", "", "");
|
||||
|
Loading…
Reference in New Issue
Block a user