diff --git a/Flow.Launcher/App.xaml b/Flow.Launcher/App.xaml index 29688cada..4ffb99a25 100644 --- a/Flow.Launcher/App.xaml +++ b/Flow.Launcher/App.xaml @@ -9,7 +9,7 @@ - + diff --git a/Flow.Launcher/Converters/QuerySuggestionBoxConverter.cs b/Flow.Launcher/Converters/QuerySuggestionBoxConverter.cs index 2fb802d8a..c70796a6d 100644 --- a/Flow.Launcher/Converters/QuerySuggestionBoxConverter.cs +++ b/Flow.Launcher/Converters/QuerySuggestionBoxConverter.cs @@ -19,7 +19,7 @@ namespace Flow.Launcher.Converters var queryText = (string)values[0]; if (string.IsNullOrEmpty(queryText)) - return "Type here to search"; + return string.Empty; // second prop is the current selected item result var val = values[1]; diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index f9b268311..ab7cb57fc 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -142,6 +142,9 @@ PreserveNewest + + PreserveNewest + PreserveNewest diff --git a/Flow.Launcher/Images/mainsearch.png b/Flow.Launcher/Images/mainsearch.png new file mode 100644 index 000000000..ac5492fa6 Binary files /dev/null and b/Flow.Launcher/Images/mainsearch.png differ diff --git a/Flow.Launcher/MainWindow.xaml b/Flow.Launcher/MainWindow.xaml index 74185fcbd..2db6b69dd 100644 --- a/Flow.Launcher/MainWindow.xaml +++ b/Flow.Launcher/MainWindow.xaml @@ -18,6 +18,7 @@ Style="{DynamicResource WindowStyle}" Icon="Images/app.png" AllowsTransparency="True" + Background="Transparent" Loaded="OnLoaded" Initialized="OnInitialized" Closing="OnClosing" @@ -58,13 +59,14 @@ - + + IsEnabled="False" + Margin="0,0,56,0"> @@ -79,7 +81,8 @@ TextChanged="OnTextChanged" AllowDrop="True" Visibility="Visible" - Background="Transparent"> + Background="Transparent" + Margin="0,0,56,0"> @@ -90,6 +93,7 @@ + - + @@ -33,7 +33,7 @@ - #4F6180 + #4D4D4D