File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 109
109
</Line >
110
110
</Grid >
111
111
112
- <Border CornerRadius = " 4 " >
112
+ <Border Style = " {DynamicResource WindowRadius} " >
113
113
<Border .Clip>
114
114
<MultiBinding Converter =" {StaticResource BorderClipConverter}" >
115
115
<Binding Path =" ActualWidth" RelativeSource =" {RelativeSource Self}" />
121
121
<flowlauncher : ResultListBox x : Name =" ResultListBox" DataContext =" {Binding Results}" PreviewMouseDown =" OnPreviewMouseButtonDown" />
122
122
</ContentControl >
123
123
</Border >
124
- <Border CornerRadius = " 4 " >
124
+ <Border Style = " {DynamicResource WindowRadius} " >
125
125
<Border .Clip>
126
126
<MultiBinding Converter =" {StaticResource BorderClipConverter}" >
127
127
<Binding Path =" ActualWidth" RelativeSource =" {RelativeSource Self}" />
133
133
<flowlauncher : ResultListBox DataContext =" {Binding ContextMenu}" PreviewMouseDown =" OnPreviewMouseButtonDown" />
134
134
</ContentControl >
135
135
</Border >
136
- <Border CornerRadius = " 4 " >
136
+ <Border Style = " {DynamicResource WindowRadius} " >
137
137
<Border .Clip>
138
138
<MultiBinding Converter =" {StaticResource BorderClipConverter}" >
139
139
<Binding Path =" ActualWidth" RelativeSource =" {RelativeSource Self}" />
Original file line number Diff line number Diff line change 14
14
<Setter Property =" Foreground" Value =" #E3E0E3" />
15
15
<Setter Property =" CaretBrush" Value =" #E3E0E3" />
16
16
<Setter Property =" VerticalContentAlignment" Value =" Center" />
17
+ <Setter Property =" HorizontalAlignment" Value =" Left" />
17
18
<Setter Property =" Stylus.IsFlicksEnabled" Value =" False" />
18
19
<Setter Property =" Template" >
19
20
<Setter .Value>
41
42
<Setter Property =" Width" Value =" 536" />
42
43
<Setter Property =" Background" Value =" Transparent" />
43
44
<Setter Property =" Padding" Value =" 0 4 0 0" />
45
+ <Setter Property =" HorizontalAlignment" Value =" Left" />
44
46
</Style >
45
47
46
48
<Style x : Key =" BaseWindowBorderStyle" TargetType =" {x:Type Border}" >
54
56
<Setter Property =" RenderOptions.ClearTypeHint" Value =" Enabled" />
55
57
</Style >
56
58
59
+ <Style x : Key =" WindowRadius" TargetType =" {x:Type Border}" >
60
+ <Setter Property =" CornerRadius" Value =" 5" />
61
+ </Style >
62
+
57
63
<Style x : Key =" BasePendingLineStyle" TargetType =" {x:Type Line}" >
58
64
<Setter Property =" Stroke" Value =" Blue" />
59
65
</Style >
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 =" 406" />
9
10
</Style >
10
11
11
12
<Style x : Key =" QuerySuggestionBoxStyle" BasedOn =" {StaticResource BaseQuerySuggestionBoxStyle}" TargetType =" {x:Type TextBox}" >
12
13
<Setter Property =" Background" Value =" #1f1d1f" />
13
14
<Setter Property =" Foreground" Value =" #71114b" />
15
+ <Setter Property =" Width" Value =" 406" />
14
16
</Style >
15
17
16
18
<Style x : Key =" WindowBorderStyle" BasedOn =" {StaticResource BaseWindowBorderStyle}" TargetType =" {x:Type Border}" >
17
19
<Setter Property =" Background" Value =" #1f1d1f" ></Setter >
18
- <Setter Property =" BorderThickness" Value =" 2" ></Setter >
20
+ <Setter Property =" Width" Value =" 456" ></Setter >
21
+ <Setter Property =" BorderThickness" Value =" 2" ></Setter >
19
22
<Setter Property =" BorderBrush" Value =" #000000" ></Setter >
20
23
</Style >
21
24
<Style x : Key =" WindowStyle" TargetType =" {x:Type Window}" BasedOn =" {StaticResource BaseWindowStyle}" >
You can’t perform that action at this time.
0 commit comments