mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Override Command Palette's Setting window title bar height
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
IsBackButtonVisible="{x:Bind NavFrame.CanGoBack, Mode=OneWay}"
|
||||
IsTabStop="False"
|
||||
PaneToggleRequested="AppTitleBar_PaneToggleRequested">
|
||||
<TitleBar.Resources>
|
||||
<!-- Override default WinUI 3 style -->
|
||||
<x:Double x:Key="TitleBarCompactHeight">40</x:Double>
|
||||
</TitleBar.Resources>
|
||||
<TitleBar.IconSource>
|
||||
<ImageIconSource ImageSource="ms-appx:///Assets/icon.svg" />
|
||||
</TitleBar.IconSource>
|
||||
|
||||
Reference in New Issue
Block a user