|
56 | 56 | </Button> |
57 | 57 | </Grid> |
58 | 58 | </StackPanel> |
59 | | - <StackPanel Margin="26,12,26,0"> |
| 59 | + <StackPanel Margin="26 12 26 0"> |
60 | 60 | <Grid> |
61 | 61 | <StackPanel> |
62 | | - <StackPanel Grid.Row="0" Margin="0,0,0,12"> |
| 62 | + <StackPanel Grid.Row="0" Margin="0 0 0 12"> |
63 | 63 | <TextBlock |
64 | 64 | Grid.Column="0" |
65 | | - Margin="0,0,0,0" |
| 65 | + Margin="0 0 0 0" |
66 | 66 | FontSize="20" |
67 | 67 | FontWeight="SemiBold" |
68 | 68 | Text="{DynamicResource flowlauncher_plugin_websearch_window_title}" |
|
75 | 75 | TextAlignment="Left" |
76 | 76 | TextWrapping="WrapWithOverflow" /> |
77 | 77 | <TextBox |
78 | | - Margin="0,12,0,12" |
| 78 | + Margin="0 12 0 12" |
79 | 79 | FontSize="14" |
80 | 80 | FontWeight="SemiBold" |
81 | 81 | IsReadOnly="True" |
82 | 82 | Text="{DynamicResource flowlauncher_plugin_websearch_guide_2}" |
83 | 83 | TextAlignment="Center" |
84 | 84 | TextWrapping="WrapWithOverflow" /> |
85 | 85 | <TextBlock |
86 | | - Margin="0,0,0,14" |
| 86 | + Margin="0 0 0 14" |
87 | 87 | FontSize="14" |
88 | 88 | Text="{DynamicResource flowlauncher_plugin_websearch_guide_3}" |
89 | 89 | TextAlignment="Left" |
|
105 | 105 | <TextBlock |
106 | 106 | Grid.Row="0" |
107 | 107 | Grid.Column="0" |
108 | | - Margin="10,10,15,10" |
| 108 | + Margin="10 10 15 10" |
109 | 109 | HorizontalAlignment="Stretch" |
110 | 110 | VerticalAlignment="Center" |
111 | 111 | FontSize="14" |
|
120 | 120 | <TextBlock |
121 | 121 | Grid.Row="1" |
122 | 122 | Grid.Column="0" |
123 | | - Margin="10,10,15,10" |
| 123 | + Margin="10 10 15 10" |
124 | 124 | HorizontalAlignment="Left" |
125 | 125 | VerticalAlignment="Center" |
126 | 126 | FontSize="14" |
|
131 | 131 | Orientation="Horizontal"> |
132 | 132 | <Button |
133 | 133 | Height="35" |
134 | | - Margin="10,0,0,0" |
| 134 | + Margin="10 0 0 0" |
135 | 135 | VerticalAlignment="Center" |
136 | 136 | Click="OnSelectIconClick" |
137 | 137 | Content="{DynamicResource flowlauncher_plugin_websearch_select_icon}" /> |
138 | 138 | <Image |
139 | 139 | Name="imgPreviewIcon" |
140 | 140 | Width="24" |
141 | 141 | Height="24" |
142 | | - Margin="14,0,0,0" |
| 142 | + Margin="14 0 0 0" |
143 | 143 | VerticalAlignment="Center" /> |
144 | 144 | </StackPanel> |
145 | 145 | <TextBlock |
146 | 146 | Grid.Row="2" |
147 | 147 | Grid.Column="0" |
148 | | - Margin="10,10,15,10" |
| 148 | + Margin="10 10 15 10" |
149 | 149 | HorizontalAlignment="Left" |
150 | 150 | VerticalAlignment="Center" |
151 | 151 | FontSize="14" |
|
160 | 160 | <TextBlock |
161 | 161 | Grid.Row="3" |
162 | 162 | Grid.Column="0" |
163 | | - Margin="10,10,15,10" |
| 163 | + Margin="10 10 15 10" |
164 | 164 | HorizontalAlignment="Left" |
165 | 165 | VerticalAlignment="Center" |
166 | 166 | FontSize="14" |
167 | 167 | Text="{DynamicResource flowlauncher_plugin_websearch_action_keyword}" /> |
168 | 168 | <TextBox |
169 | 169 | Grid.Row="3" |
170 | 170 | Grid.Column="1" |
171 | | - Margin="10,0,10,0" |
| 171 | + Margin="10 0 10 0" |
172 | 172 | HorizontalAlignment="Stretch" |
173 | 173 | VerticalAlignment="Center" |
| 174 | + DataObject.Pasting="TextBox_Pasting" |
| 175 | + PreviewKeyDown="TextBox_PreviewKeyDown" |
174 | 176 | Text="{Binding SearchSource.ActionKeyword}" /> |
175 | 177 | <TextBlock |
176 | 178 | Grid.Row="4" |
177 | 179 | Grid.Column="0" |
178 | | - Margin="10,10,15,15" |
| 180 | + Margin="10 10 15 15" |
179 | 181 | HorizontalAlignment="Left" |
180 | 182 | VerticalAlignment="Center" |
181 | 183 | FontSize="14" |
182 | 184 | Text="{DynamicResource flowlauncher_plugin_websearch_enabled_label}" /> |
183 | 185 | <CheckBox |
184 | 186 | Grid.Row="4" |
185 | 187 | Grid.Column="1" |
186 | | - Margin="10,10,10,15" |
| 188 | + Margin="10 10 10 15" |
187 | 189 | VerticalAlignment="Center" |
188 | 190 | IsChecked="{Binding SearchSource.Enabled}" /> |
189 | 191 | </Grid> |
|
196 | 198 | Grid.Row="1" |
197 | 199 | Background="{DynamicResource PopupButtonAreaBGColor}" |
198 | 200 | BorderBrush="{DynamicResource PopupButtonAreaBorderColor}" |
199 | | - BorderThickness="0,1,0,0"> |
| 201 | + BorderThickness="0 1 0 0"> |
200 | 202 | <StackPanel HorizontalAlignment="Center" Orientation="Horizontal"> |
201 | 203 | <Button |
202 | 204 | MinWidth="140" |
203 | | - Margin="10,0,5,0" |
| 205 | + Margin="10 0 5 0" |
204 | 206 | Click="OnCancelButtonClick" |
205 | 207 | Content="{DynamicResource flowlauncher_plugin_websearch_cancel}" /> |
206 | 208 | <Button |
207 | 209 | MinWidth="140" |
208 | | - Margin="5,0,10,0" |
| 210 | + Margin="5 0 10 0" |
209 | 211 | Click="OnConfirmButtonClick" |
210 | 212 | Content="{DynamicResource flowlauncher_plugin_websearch_confirm}" |
211 | 213 | Style="{DynamicResource AccentButtonStyle}" /> |
|
0 commit comments