File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Flow.Launcher/Resources/Controls Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11
11
mc : Ignorable =" d" >
12
12
<Border
13
13
Width =" Auto"
14
- Height =" 52 "
14
+ Height =" Auto "
15
15
Margin =" 0"
16
16
Padding =" 0"
17
17
BorderThickness =" 0 1 0 0"
18
18
CornerRadius =" 0"
19
19
Style =" {DynamicResource SettingGroupBox}" >
20
- <DockPanel Margin =" 22 0 18 0 " VerticalAlignment = " Center " >
20
+ <DockPanel Margin =" {StaticResource SettingPanelMargin} " >
21
21
<TextBlock
22
- Margin =" 48 0 10 0"
22
+ Margin =" {StaticResource SettingPanelItemRightMargin}"
23
+ HorizontalAlignment =" Left"
24
+ VerticalAlignment =" Center"
23
25
DockPanel.Dock=" Left"
24
26
Style =" {StaticResource Glyph}" >
25
27

26
28
</TextBlock >
27
29
<TextBlock
30
+ Margin =" {StaticResource SettingPanelItemRightMargin}"
28
31
HorizontalAlignment =" Left"
29
32
VerticalAlignment =" Center"
30
33
DockPanel.Dock=" Left"
31
34
Style =" {DynamicResource SettingTitleLabel}"
32
35
Text =" {DynamicResource searchDelayTime}" />
36
+ <!-- Here Margin="0 -4.5 0 -4.5" is to remove redundant top bottom margin from Margin="{StaticResource SettingPanelMargin}" -->
33
37
<ComboBox
34
38
Width =" 100"
35
- Height =" 34"
36
- Margin =" 5 0 0 0"
39
+ Margin =" 0 -4.5 0 -4.5"
37
40
HorizontalAlignment =" Right"
38
41
Cursor =" Hand"
39
42
DockPanel.Dock=" Right"
You can’t perform that action at this time.
0 commit comments