[gnome-shell] css: Keep the panel height the same in all modes



commit d30477b6f845ed2ea838f803f512cf10bc51e66e
Author: Rui Matos <tiagomatos gmail com>
Date:   Sat Feb 2 21:09:35 2013 +0100

    css: Keep the panel height the same in all modes
    
    Since the panel affects struts, if we change its height on mode
    transitions, windows will move around which is particularly noticable
    with maximized windows when coming out of the screen shield.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692966

 data/theme/gnome-shell.css |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2017245..599c842 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -432,13 +432,11 @@ StScrollBar StButton#vhandle:active {
 }
 
 #panel.lock-screen {
-    height: 2em;
     background-color: rgba(0,0,0,0.3);
 }
 
 #panel.unlock-screen,
 #panel.login-screen {
-    height: 2em;
     background-color: transparent;
 }
 


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