File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 58
58
</Button >
59
59
</Grid >
60
60
</StackPanel >
61
- <StackPanel Margin =" 26,0,26, 0" >
61
+ <StackPanel Margin =" 26 0 26 0" >
62
62
<TextBlock
63
- Margin =" 0,0,0, 12"
63
+ Margin =" 0 0 0 12"
64
64
FontSize =" 20"
65
65
FontWeight =" SemiBold"
66
66
Text =" {DynamicResource customeQueryHotkeyTitle}"
72
72
TextWrapping =" WrapWithOverflow" />
73
73
<Image
74
74
Width =" 478"
75
- Margin =" 0,20,0, 0"
75
+ Margin =" 0 20 0 0"
76
76
Source =" /Images/illustration_01.png" />
77
77
78
- <Grid Width =" 478" Margin =" 0,20,0, 0" >
78
+ <Grid Width =" 478" Margin =" 0 20 0 0" >
79
79
<Grid .RowDefinitions>
80
80
<RowDefinition />
81
81
<RowDefinition />
99
99
Grid.Row=" 0"
100
100
Grid.Column=" 1"
101
101
Grid.ColumnSpan=" 2"
102
- Margin =" 10,0,10, 0"
102
+ Margin =" 10 0 10 0"
103
103
HorizontalAlignment =" Left"
104
104
VerticalAlignment =" Center"
105
105
HorizontalContentAlignment =" Left"
106
- DefaultHotkey =" " />
106
+ DefaultHotkey =" "
107
+ Type =" None" />
107
108
<TextBlock
108
109
Grid.Row=" 1"
109
110
Grid.Column=" 0"
123
124
x : Name =" btnTestActionKeyword"
124
125
Grid.Row=" 1"
125
126
Grid.Column=" 2"
126
- Margin =" 0,0,10, 0"
127
- Padding =" 10,5,10, 5"
127
+ Margin =" 0 0 10 0"
128
+ Padding =" 10 5 10 5"
128
129
Click =" BtnTestActionKeyword_OnClick"
129
130
Content =" {DynamicResource preview}" />
130
131
</Grid >
131
132
</StackPanel >
132
133
</StackPanel >
133
134
<Border
134
135
Grid.Row=" 1"
135
- Margin =" 0,14,0, 0"
136
+ Margin =" 0 14 0 0"
136
137
Background =" {DynamicResource PopupButtonAreaBGColor}"
137
138
BorderBrush =" {DynamicResource PopupButtonAreaBorderColor}"
138
- BorderThickness =" 0,1,0, 0" >
139
+ BorderThickness =" 0 1 0 0" >
139
140
<StackPanel HorizontalAlignment =" Center" Orientation =" Horizontal" >
140
141
<Button
141
142
x : Name =" btnCancel"
142
143
MinWidth =" 140"
143
- Margin =" 10,0,5, 0"
144
+ Margin =" 10 0 5 0"
144
145
Click =" BtnCancel_OnClick"
145
146
Content =" {DynamicResource cancel}" />
146
147
<Button
147
148
x : Name =" btnAdd"
148
149
MinWidth =" 140"
149
- Margin =" 5,0,10, 0"
150
+ Margin =" 5 0 10 0"
150
151
Click =" btnAdd_OnClick"
151
152
Style =" {StaticResource AccentButtonStyle}" >
152
153
<TextBlock x : Name =" lblAdd" Text =" {DynamicResource done}" />
You can’t perform that action at this time.
0 commit comments