mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update min height of window
This commit is contained in:
parent
72fc1e0e15
commit
5475fe59de
@ -1,4 +1,4 @@
|
|||||||
<BloxstrapCustomBootstrapper Version="0" Height="200" Width="500">
|
<BloxstrapCustomBootstrapper Version="0" Height="320" Width="500">
|
||||||
<!-- Put UI elements here -->
|
<!-- Put UI elements here -->
|
||||||
<!-- Examples of custom bootstrappers can be found at https://github.com/bloxstraplabs/custom-bootstrapper-examples -->
|
<!-- Examples of custom bootstrappers can be found at https://github.com/bloxstraplabs/custom-bootstrapper-examples -->
|
||||||
</BloxstrapCustomBootstrapper>
|
</BloxstrapCustomBootstrapper>
|
@ -10,6 +10,8 @@
|
|||||||
Title="Bloxstrap"
|
Title="Bloxstrap"
|
||||||
Width="800"
|
Width="800"
|
||||||
Height="450"
|
Height="450"
|
||||||
|
MinWidth="150"
|
||||||
|
MinHeight="150"
|
||||||
Background="{ui:ThemeResource ApplicationBackgroundBrush}"
|
Background="{ui:ThemeResource ApplicationBackgroundBrush}"
|
||||||
ExtendsContentIntoTitleBar="True"
|
ExtendsContentIntoTitleBar="True"
|
||||||
ResizeMode="NoResize"
|
ResizeMode="NoResize"
|
||||||
|
Loading…
Reference in New Issue
Block a user