Skip to content

Commit 02bbc4d

Browse files
committed
adjust category attribute
1 parent a37860d commit 02bbc4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Input.Design/Controls/RichSuggestBox.Metadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public RichSuggestBoxMetadata()
2828
new CategoryAttribute(Resources.CategoryAppearance),
2929
new EditorBrowsableAttribute(EditorBrowsableState.Advanced)
3030
);
31-
b.AddCustomAttributes(nameof(RichSuggestBox.PlaceholderText), new CategoryAttribute(Resources.CategoryCommon));
31+
b.AddCustomAttributes(nameof(RichSuggestBox.PlaceholderText), new CategoryAttribute(Resources.CategoryAppearance));
3232
b.AddCustomAttributes(nameof(RichSuggestBox.PopupCornerRadius), new CategoryAttribute(Resources.CategoryAppearance));
3333
b.AddCustomAttributes(nameof(RichSuggestBox.PopupFooter), new CategoryAttribute(Resources.CategoryCommon));
3434
b.AddCustomAttributes(nameof(RichSuggestBox.PopupFooterTemplate),
@@ -40,7 +40,7 @@ public RichSuggestBoxMetadata()
4040
new CategoryAttribute(Resources.CategoryAppearance),
4141
new EditorBrowsableAttribute(EditorBrowsableState.Advanced)
4242
);
43-
b.AddCustomAttributes(nameof(RichSuggestBox.PopupPlacement), new CategoryAttribute(Resources.CategoryAppearance));
43+
b.AddCustomAttributes(nameof(RichSuggestBox.PopupPlacement), new CategoryAttribute(Resources.CategoryCommon));
4444
b.AddCustomAttributes(nameof(RichSuggestBox.Prefixes), new CategoryAttribute(Resources.CategoryCommon));
4545
b.AddCustomAttributes(nameof(RichSuggestBox.RichEditBoxStyle), new CategoryAttribute(Resources.CategoryAppearance));
4646
b.AddCustomAttributes(nameof(RichSuggestBox.TokenBackground), new CategoryAttribute(Resources.CategoryBrush));

0 commit comments

Comments
 (0)