[gnome-shell] css: don't hard code search entry height



commit 3173401cc25296226a7a61c6a8fccfa6c061d6c1
Author: Ray Strode <rstrode redhat com>
Date:   Fri Feb 4 14:41:53 2011 -0500

    css: don't hard code search entry height
    
    When commit 961fdd861fac46ef0ecc67bb8be14c0ce828e612 landed
    text in the overview search entry field started getting clipped.
    
    This is because the default font size changed but the entry is a
    hard coded pixel height.
    
    This commit drops the hard coding, so the entry can automatically
    size itself to the proper height.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641537

 data/theme/gnome-shell.css |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ba931ad..5f5edfc 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -362,7 +362,6 @@ StTooltip StLabel {
     background-gradient-direction: vertical;
     caret-color: rgb(128, 128, 128);
     caret-size: 1px;
-    height: 16px;
     width: 250px;
     transition-duration: 300;
 }



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