[gnome-shell] popupMenu: give sliders a minimum width



commit 6aac51a2a79e0ff93849adf83008bb3df3414d5c
Author: Dan Winship <danw gnome org>
Date:   Mon Nov 22 14:11:43 2010 -0500

    popupMenu: give sliders a minimum width
    
    The simpler volume menu resulted in a slider that was too short. Fix
    that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635393

 data/theme/gnome-shell.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 40dc13c..77ee7f8 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -149,6 +149,7 @@ StTooltip StLabel {
 
 .popup-slider-menu-item {
     height: 1em;
+    min-width: 15em;
     -slider-height: 0.3em;
     -slider-background-color: #333333;
     -slider-border-color: #5f5f5f;



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