@@ -28,7 +28,7 @@ public RichSuggestBoxMetadata()
28
28
new CategoryAttribute ( Resources . CategoryAppearance ) ,
29
29
new EditorBrowsableAttribute ( EditorBrowsableState . Advanced )
30
30
) ;
31
- b . AddCustomAttributes ( nameof ( RichSuggestBox . PlaceholderText ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
31
+ b . AddCustomAttributes ( nameof ( RichSuggestBox . PlaceholderText ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
32
32
b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupCornerRadius ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
33
33
b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupFooter ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
34
34
b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupFooterTemplate ) ,
@@ -40,7 +40,7 @@ public RichSuggestBoxMetadata()
40
40
new CategoryAttribute ( Resources . CategoryAppearance ) ,
41
41
new EditorBrowsableAttribute ( EditorBrowsableState . Advanced )
42
42
) ;
43
- b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupPlacement ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
43
+ b . AddCustomAttributes ( nameof ( RichSuggestBox . PopupPlacement ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
44
44
b . AddCustomAttributes ( nameof ( RichSuggestBox . Prefixes ) , new CategoryAttribute ( Resources . CategoryCommon ) ) ;
45
45
b . AddCustomAttributes ( nameof ( RichSuggestBox . RichEditBoxStyle ) , new CategoryAttribute ( Resources . CategoryAppearance ) ) ;
46
46
b . AddCustomAttributes ( nameof ( RichSuggestBox . TokenBackground ) , new CategoryAttribute ( Resources . CategoryBrush ) ) ;
0 commit comments