Adjusted desktop height for chosen initial window height

This commit is contained in:
Thorsten Sommer 2022-08-14 20:19:13 +02:00
parent d2daab5f41
commit d5d4833026
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -21,7 +21,7 @@
</button>
</div>
<Assistant HeaderText="Create new project" IconName="add-project.svg" BaseHeight="new Assistant.Height(40, 40, 40)">
<Assistant HeaderText="Create new project" IconName="add-project.svg" BaseHeight="new Assistant.Height(40, 55, 40)">
<div class="mb-3">
<label for="projectName" class="form-label fw-bold">Project Name:</label>
<input type="text" class="form-control" id="projectName" placeholder="Type a project name">