update min height of window

This commit is contained in:
bluepilledgreat 2024-10-22 17:08:32 +01:00
parent 72fc1e0e15
commit 5475fe59de
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<BloxstrapCustomBootstrapper Version="0" Height="200" Width="500">
<BloxstrapCustomBootstrapper Version="0" Height="320" Width="500">
<!-- Put UI elements here -->
<!-- Examples of custom bootstrappers can be found at https://github.com/bloxstraplabs/custom-bootstrapper-examples -->
</BloxstrapCustomBootstrapper>

View File

@ -10,6 +10,8 @@
Title="Bloxstrap"
Width="800"
Height="450"
MinWidth="150"
MinHeight="150"
Background="{ui:ThemeResource ApplicationBackgroundBrush}"
ExtendsContentIntoTitleBar="True"
ResizeMode="NoResize"