Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
index 8b6d96b..1494549 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyEditorPanel.cs
@@ -262,9 +262,9 @@ namespace Xamarin.PropertyEditing.Mac
{
switch (mode) {
case PropertyArrangeMode.Name:
- return "sort-alphabetically-16";
+ return "pe-sort-alphabetically-16";
case PropertyArrangeMode.Category:
- return "group-by-category-16";
+ return "pe-group-by-category-16";
default:
throw new ArgumentException();
}