Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / patches / PERSALYS-v14.1-004-launch_html.patch
1 --- persalys-14.1_ref/lib/src/view/WelcomeWindow.cxx    2023-07-25 11:23:39.000000000 +0200
2 +++ persalys-14.1_dev/lib/src/view/WelcomeWindow.cxx    2023-12-01 17:35:04.772748488 +0100
3 @@ -36,9 +36,7 @@
4    margins.setTop(0);
5    margins.setBottom(0);
6    widgetLayout->setContentsMargins(margins);
7 -
8 -  widgetLayout->addWidget(new TitleLabel(tr("Study creation"), "user_manual/graphical_interface/getting_started/user_manual_getting_started.html#create-a-study"));
9 -
10 +  widgetLayout->addWidget(new TitleLabel(tr("Study creation"), "user_manual/graphical_interface/getting_started/user_manual_getting_started.html"));
11    QScrollArea * scrollArea = new QScrollArea;
12    scrollArea->setWidgetResizable(true);
13    widgetLayout->addWidget(scrollArea);