[gnome-shell] endSessionDialog: Use a 48px icon as per mockups



commit c176af4da5c27e6c20adc5afc7fc4ec79eaa7e9e
Author: Kalev Lember <kalevlember gmail com>
Date:   Tue Feb 18 21:41:30 2014 +0100

    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 4b04890..0f0df57 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 e04a956..a8a056e 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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]