Skip to content

Commit eb36362

Browse files
mhokansontonygermano
authored andcommitted
Update default color for Administrator
Update the default color for the Administrator window to further differentiate OIE from Mirth Connect. The color was selected from the current OIE logo and is a slightly darker shade of blue than the previous color. Issue: #177 Signed-off-by: mhokanson <mhokanson@gmail.com>
1 parent 3471250 commit eb36362

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎server/src/com/mirth/connect/model/ServerSettings.java‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@XStreamAlias("serverSettings")
3131
publicclassServerSettingsextendsAbstractSettingsimplementsSerializable, Auditable, Purgable {
3232

33-
publicstaticfinalColorDEFAULT_COLOR = newColor(0x9EB1C9);
33+
publicstaticfinalColorDEFAULT_COLOR = newColor(0x2A75B2);
3434
publicstaticfinalStringDEFAULT_LOGIN_NOTIFICATION_ENABLED_VALUE = "0";
3535
publicstaticfinalStringDEFAULT_LOGIN_NOTIFICATION_MESSAGE_VALUE = "";
3636
publicstaticfinalStringDEFAULT_ADMINISTRATOR_AUTO_LOGOUT_INTERVAL_ENABLED_VALUE = "0";
@@ -327,3 +327,4 @@ public Map<String, Object> getPurgedProperties() {
327327
returnpurgedProperties;
328328
}
329329
}
330+

0 commit comments

Comments
 (0)