[gnome-shell] gnome-shell.css: don't override the chat-response entry's height



commit 41a5282b7e182c53c68203422841ecc4e7046c0e
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 22 09:58:28 2010 -0500

    gnome-shell.css: don't override the chat-response entry's height
    
    We were forcing the chat-response entry to have too small a height,
    making underscores not show up. We're already setting the font size,
    so we should just let the entry request the height it needs based on
    that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635471

 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 e5ab750..49aa497 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -898,7 +898,6 @@ StTooltip StLabel {
     background-color: #404040;
     caret-color: #ffffff;
     caret-size: 1px;
-    height: 18px;
 }
 
 .chat-response:focus {



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