endSessionDialog: Use a 48px icon as per mockups

https://bugzilla.gnome.org/show_bug.cgi?id=722898
This commit is contained in:
Kalev Lember
2014-02-18 21:41:30 +01:00
parent 2631f03108
commit c176af4da5
2 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ const UserWidget = imports.ui.userWidget;
let _endSessionDialog = null;
const _ITEM_ICON_SIZE = 48;
const _DIALOG_ICON_SIZE = 32;
const _DIALOG_ICON_SIZE = 48;
const GSM_SESSION_MANAGER_LOGOUT_FORCE = 2;