File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 70
70
<TextBox x : Name =" QueryTextSuggestionBox"
71
71
Style =" {DynamicResource QuerySuggestionBoxStyle}"
72
72
IsEnabled =" False"
73
- Margin =" 16,0,66 ,0" >
73
+ Padding =" 16,0,60 ,0" >
74
74
<TextBox .Text>
75
75
<MultiBinding Converter =" {StaticResource QuerySuggestionBoxConverter}" >
76
76
<Binding ElementName =" QueryTextBox" Path =" Text" />
85
85
AllowDrop =" True"
86
86
Visibility =" Visible"
87
87
Background =" Transparent"
88
- Margin =" 16,0,66 ,0" >
88
+ Padding =" 16,0,60 ,0" >
89
89
<TextBox .ContextMenu>
90
90
<ContextMenu >
91
91
<MenuItem Command =" ApplicationCommands.Cut" />
Original file line number Diff line number Diff line change 3
3
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
4
4
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
5
5
xmlns : flowlauncher =" clr-namespace:Flow.Launcher"
6
+ xmlns : converters =" clr-namespace:Flow.Launcher.Converters"
6
7
xmlns : vm =" clr-namespace:Flow.Launcher.ViewModel"
7
8
xmlns : scm =" clr-namespace:System.ComponentModel;assembly=WindowsBase"
8
9
xmlns : userSettings =" clr-namespace:Flow.Launcher.Infrastructure.UserSettings;assembly=Flow.Launcher.Infrastructure"
28
29
<CommandBinding Command =" Close" Executed =" OnCloseExecuted" />
29
30
</Window .CommandBindings>
30
31
<Window .Resources>
32
+ <converters : BorderClipConverter x : Key =" BorderClipConverter" />
31
33
<CollectionViewSource Source =" {Binding Source={x:Static Fonts.SystemFontFamilies}}" x : Key =" SortedFonts" >
32
34
<CollectionViewSource .SortDescriptions>
33
35
<scm : SortDescription PropertyName =" Source" />
Original file line number Diff line number Diff line change 10
10
<Setter Property =" Height" Value =" 56" />
11
11
<Setter Property =" Padding" Value =" 0 4 0 0" />
12
12
<Setter Property =" Background" Value =" #2F2F2F" />
13
- <Setter Property =" Width" Value =" 536 " />
13
+ <Setter Property =" Width" Value =" 586 " />
14
14
<Setter Property =" Foreground" Value =" #E3E0E3" />
15
15
<Setter Property =" CaretBrush" Value =" #E3E0E3" />
16
16
<Setter Property =" VerticalContentAlignment" Value =" Center" />
39
39
<!-- Further font customisations are dynamically loaded in Theme.cs -->
40
40
<Style x : Key =" BaseQuerySuggestionBoxStyle" BasedOn =" {StaticResource BaseQueryBoxStyle}" TargetType =" {x:Type TextBox}" >
41
41
<Setter Property =" Foreground" Value =" DarkGray" />
42
- <Setter Property =" Width" Value =" 536 " />
42
+ <Setter Property =" Width" Value =" 56 " />
43
43
<Setter Property =" Background" Value =" Transparent" />
44
44
<Setter Property =" Padding" Value =" 0 4 0 0" />
45
45
<Setter Property =" HorizontalAlignment" Value =" Left" />
Original file line number Diff line number Diff line change 6
6
<Setter Property =" Background" Value =" #1f1d1f" />
7
7
<Setter Property =" Foreground" Value =" #cc1081" />
8
8
<Setter Property =" CaretBrush" Value =" #cc1081" />
9
- <Setter Property =" Width " Value =" 370 " />
9
+ <Setter Property =" SelectionBrush " Value =" #e564b1 " />
10
10
</Style >
11
11
12
12
<Style x : Key =" QuerySuggestionBoxStyle" BasedOn =" {StaticResource BaseQuerySuggestionBoxStyle}" TargetType =" {x:Type TextBox}" >
13
13
<Setter Property =" Background" Value =" #1f1d1f" />
14
14
<Setter Property =" Foreground" Value =" #71114b" />
15
- <Setter Property =" Width" Value =" 370" />
16
15
</Style >
17
16
18
17
<Style x : Key =" WindowBorderStyle" BasedOn =" {StaticResource BaseWindowBorderStyle}" TargetType =" {x:Type Border}" >
19
18
<Setter Property =" Background" Value =" #1f1d1f" ></Setter >
20
- <Setter Property =" Width" Value =" 456 " ></Setter >
19
+ <Setter Property =" Width" Value =" 586 " ></Setter >
21
20
<Setter Property =" BorderThickness" Value =" 2" ></Setter >
22
21
<Setter Property =" BorderBrush" Value =" #000000" ></Setter >
23
22
</Style >
Original file line number Diff line number Diff line change 58
58
<Setter Property =" Cursor" Value =" Arrow" />
59
59
</Style >
60
60
<Style x : Key =" HighlightStyle" >
61
- <Setter Property =" Inline.FontWeight " Value =" Bold " />
61
+ <Setter Property =" Inline.Foreground " Value =" #0078d7 " />
62
62
</Style >
63
63
<Style x : Key =" ItemHotkeyStyle" TargetType =" {x:Type TextBlock}" >
64
64
<Setter Property =" FontSize" Value =" 15" />
You can’t perform that action at this time.
0 commit comments