mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Try to fix the problem that the designer preview is empty
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
Icon="Images\app.png"
|
Icon="Images\app.png"
|
||||||
AllowsTransparency="True"
|
AllowsTransparency="True"
|
||||||
Visibility="{Binding IsVisible,Converter={converters:VisibilityConverter}}"
|
Visibility="{Binding IsVisible,Converter={converters:VisibilityConverter}}"
|
||||||
PreviewKeyDown="Window_PreviewKeyDown" d:DataContext="{d:DesignInstance vm:MainViewModel}">
|
PreviewKeyDown="Window_PreviewKeyDown" d:DataContext="{d:DesignInstance vm:MainViewModel, IsDesignTimeCreatable=True}">
|
||||||
<Window.Resources>
|
<Window.Resources>
|
||||||
<DataTemplate DataType="{x:Type vm:ResultPanelViewModel}">
|
<DataTemplate DataType="{x:Type vm:ResultPanelViewModel}">
|
||||||
<wox:ResultPanel></wox:ResultPanel>
|
<wox:ResultPanel></wox:ResultPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user