From c176af4da5c27e6c20adc5afc7fc4ec79eaa7e9e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 18 Feb 2014 21:41:30 +0100 Subject: [PATCH] endSessionDialog: Use a 48px icon as per mockups https://bugzilla.gnome.org/show_bug.cgi?id=722898 --- data/theme/gnome-shell.css | 12 ++++++------ js/ui/endSessionDialog.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 4b0489011..0f0df57bd 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1970,22 +1970,22 @@ StScrollBar StButton#vhandle:active { .end-session-dialog-logout-icon { border: 2px solid #8b8b8b; border-radius: 5px; - width: 32px; - height: 32px; + width: 48px; + height: 48px; background-size: contain; } .end-session-dialog-shutdown-icon { color: #bebebe; - width: 32px; - height: 32px; + width: 48px; + height: 48px; } .end-session-dialog-inhibitor-layout { spacing: 16px; max-height: 200px; - padding-right: 50px; - padding-left: 50px; + padding-right: 65px; + padding-left: 65px; } .end-session-dialog-session-list, diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js index e04a9566a..a8a056e17 100644 --- a/js/ui/endSessionDialog.js +++ b/js/ui/endSessionDialog.js @@ -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;