Skip to content

Commit

Permalink
Avoid full height
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPasteau committed Nov 22, 2024
1 parent c6601ae commit 18f78fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion newIDE/app/src/ProjectCreation/NewProjectSetupDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,11 @@ const NewProjectSetupDialog = ({
cannotBeDismissed={isLoading}
onRequestClose={onClose}
onApply={() => onCreateGameClick(i18n)}
fullHeight
fullHeight={
isOnHomePage ||
(!!selectedPrivateGameTemplateListingData &&
!isSelectedGameTemplateOwned)
}
flexColumnBody
forceScrollVisible
>
Expand Down

0 comments on commit 18f78fe

Please sign in to comment.