Fixed panel height

This commit is contained in:
Francesco Mangiacrapa 2023-04-27 09:12:26 +02:00
parent bf526add90
commit 5b615a2bd9
2 changed files with 4 additions and 1 deletions

View File

@ -456,6 +456,9 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="geoportal-data-mapper-1.0.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-mapper/geoportal-data-mapper">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -100,7 +100,7 @@ public class UpdateRecord extends Composite {
alertHTMLPanel.add(loaderProjectSections);
scrollSectionContent.setHeight((modalHeight-300)+"px");
scrollSectionContent.setHeight((modalHeight-340)+"px");
listBoxSections.setWidth((modalWidth-50)+"px");