Move Organization up to the top in the Editor

Change-Id: I8cb32521232e324ccbb76eb2a0e2e56f67957e1a
diff --git a/src/com/android/contacts/model/FallbackAccountType.java b/src/com/android/contacts/model/FallbackAccountType.java
index ea80cbd..4519bae 100644
--- a/src/com/android/contacts/model/FallbackAccountType.java
+++ b/src/com/android/contacts/model/FallbackAccountType.java
@@ -327,7 +327,7 @@
         DataKind kind = getKindForMimetype(Organization.CONTENT_ITEM_TYPE);
         if (kind == null) {
             kind = addKind(new DataKind(Organization.CONTENT_ITEM_TYPE,
-                    R.string.organizationLabelsGroup, -1, 30, true));
+                    R.string.organizationLabelsGroup, -1, 5, true));
             kind.actionHeader = new SimpleInflater(Organization.COMPANY);
             kind.actionBody = new SimpleInflater(Organization.TITLE);
         }