From 555409aba20e22cc1b56929a52ae5665019fd59d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Sat, 18 Sep 2010 11:30:54 -0400 Subject: [PATCH] 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 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index ae1368668..f25a6288a 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);