[gnome-shell] Add spacing between label and switch for menu items



commit 555409aba20e22cc1b56929a52ae5665019fd59d
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Sep 18 11:30:54 2010 -0400

    Add spacing between label and switch for menu items
    
    Currently there is no spacing between items packed into the switch
    menu item layout box.  Add some.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629954

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ae13686..f25a628 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -136,6 +136,10 @@ StTooltip {
     spacing: .75em;
 }
 
+.popup-switch-menu-item {
+    spacing: 2em;
+}
+
 .popup-separator-menu-item {
     -gradient-height: 2px;
     -gradient-start: rgba(8,8,8,0);



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