[Peek] Window improvements (#26924)

* add min window size

* addd tool tip

* add more tool tips

* update window size and comment

* remove comment
This commit is contained in:
Heiko
2023-06-22 17:51:25 +02:00
committed by GitHub
parent cfaa3670db
commit a32d6a688c
2 changed files with 18 additions and 4 deletions

View File

@@ -10,6 +10,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:views="using:Peek.UI.Views"
xmlns:winuiex="using:WinUIEx"
MinWidth="450"
MinHeight="400"
mc:Ignorable="d">
<Window.SystemBackdrop>
<MicaBackdrop />