mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Main search window- add spacing before query text
This commit is contained in:
parent
eb938ce584
commit
c5100398f5
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@
|
|||
Style="{DynamicResource QueryBoxStyle}"
|
||||
Foreground="DarkGray"
|
||||
IsEnabled="False"
|
||||
Margin="0,0,56,0">
|
||||
Margin="18,0,56,0">
|
||||
<TextBox.Text>
|
||||
<MultiBinding Converter="{StaticResource QuerySuggestionBoxConverter}">
|
||||
<Binding ElementName="QueryTextBox" Path="Text"/>
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
AllowDrop="True"
|
||||
Visibility="Visible"
|
||||
Background="Transparent"
|
||||
Margin="0,0,56,0">
|
||||
Margin="18,0,56,0">
|
||||
<TextBox.ContextMenu>
|
||||
<ContextMenu>
|
||||
<MenuItem Command="ApplicationCommands.Cut"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue