|
84 | 84 | </wctcontrols:SettingsCard> |
85 | 85 |
|
86 | 86 | <!-- Startup settings --> |
87 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=StartupSettings}"> |
| 87 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=StartupSettings}"> |
88 | 88 | <wctcontrols:SettingsExpander.HeaderIcon> |
89 | 89 | <FontIcon Glyph="" /> |
90 | 90 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
176 | 176 | </wctcontrols:SettingsExpander> |
177 | 177 |
|
178 | 178 | <!-- Dual Pane --> |
179 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=SettingsMultitaskingAlwaysOpenDualPane}"> |
| 179 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=SettingsMultitaskingAlwaysOpenDualPane}"> |
180 | 180 | <wctcontrols:SettingsExpander.HeaderIcon> |
181 | 181 | <FontIcon Glyph="" /> |
182 | 182 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
203 | 203 | </wctcontrols:SettingsCard> |
204 | 204 |
|
205 | 205 | <!-- Widgets --> |
206 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=Widgets}"> |
| 206 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=Widgets}"> |
207 | 207 | <wctcontrols:SettingsExpander.HeaderIcon> |
208 | 208 | <FontIcon Glyph="" /> |
209 | 209 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
239 | 239 | Text="{helpers:ResourceString Name=SettingsContextMenu/Text}" /> |
240 | 240 |
|
241 | 241 | <!-- Context menu options --> |
242 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=ContextMenuOptions}"> |
| 242 | + <wctcontrols:SettingsExpander AutomationProperties.AutomationControlType="Custom" Header="{helpers:ResourceString Name=ContextMenuOptions}"> |
243 | 243 | <wctcontrols:SettingsExpander.HeaderIcon> |
244 | 244 | <FontIcon Glyph="" /> |
245 | 245 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
0 commit comments