mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
UI staff
This commit is contained in:
@@ -3,17 +3,19 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:winAlfred="clr-namespace:WinAlfred"
|
||||
Title="WinAlfred" Height="80" Width="525"
|
||||
Background="Cornsilk"
|
||||
Background="#ebebeb"
|
||||
Topmost="True"
|
||||
Loaded="MainWindow_OnLoaded"
|
||||
SizeToContent="Height"
|
||||
ResizeMode="NoResize"
|
||||
WindowStyle="None"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
ShowInTaskbar="False"
|
||||
Icon="Images\ico.png"
|
||||
>
|
||||
<DockPanel>
|
||||
<TextBox DockPanel.Dock="Top" Margin="10" VerticalContentAlignment="Center" x:Name="tbQuery" PreviewKeyDown="TbQuery_OnPreviewKeyDown" TextChanged="TextBoxBase_OnTextChanged" Height="26.965" />
|
||||
<winAlfred:ResultPanel x:Name="resultCtrl" />
|
||||
<winAlfred:ResultPanel x:Name="resultCtrl" Margin="10 0 10 0" />
|
||||
</DockPanel>
|
||||
</Window>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user