correct red color for bubble notifs

This commit is contained in:
yugecin
2017-01-18 21:55:06 +01:00
parent f214841359
commit 6f7e4242da
3 changed files with 3 additions and 3 deletions

View File

@@ -1372,7 +1372,7 @@ public class Options {
try {
container.setDisplayMode(width, height, isFullscreen());
} catch (Exception e) {
container.eventBus.post(new BubbleNotificationEvent("Failed to change resolution", BubbleNotificationEvent.COLOR_RED));
container.eventBus.post(new BubbleNotificationEvent("Failed to change resolution", BubbleNotificationEvent.COMMONCOLOR_RED));
Log.error("Failed to set display mode.", e);
}