Skip to content

Commit

Permalink
Add icon for SettingsControls
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Dec 22, 2024
1 parent ece9c6d commit 68bccd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"UniqueId": "SettingsCard",
"Title": "SettingsCard",
"Subtitle": "A card control that can be used to create Windows 11 style settins experiences.",
"ImagePath": "",
"ImagePath": "ms-appx:///Assets/ControlImages/SettingsCard.png",
"ImageIconPath": "",
"Description": "SettingsCard is a control that can be used to display settings in your experience. It uses the default styling found in Windows 11 and is easy to use, meets all accessibility standards and will make your settings page look great! You can set the Header, Description, HeaderIcon and Content properties to create an easy to use experience.",
"IsNew": true,
Expand All @@ -54,8 +54,8 @@
"UniqueId": "SettingsExpander",
"Title": "SettingsExpander",
"Subtitle": "A card control that can be used to create Windows 11 style settins experiences.",
"ImagePath": "",
"ImageIconPath": "",
"ImagePath": "ms-appx:///Assets/ControlImages/SettingsExpander.png",
"ImageIconPath": "",
"Description": "The SettingsExpander can be used to group multiple s into a single collapsible group. A SettingsExpander can have it's own content to display a setting on the right, just like a SettingsCard, but in addition can have any number of extra Items to include as additional settings. These items are SettingsCards themselves, which means you can easily move a setting into or out of Expanders just by cutting and pasting their XAML!",
"IsNew": true,
"IsUpdated": true,
Expand Down

0 comments on commit 68bccd8

Please sign in to comment.