From 604e8f4f8a3f11d760928758b9d993b2cc2bd107 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Mon, 13 Feb 2012 17:48:24 +0000 Subject: [PATCH] theme - give labels and captions the same padding Give the window captions the same padding as the dash labels. This makes things look nice and consistent. --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 040652259..cc63843d4 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -472,7 +472,7 @@ StTooltip StLabel { border-radius: 8px; font-size: 9pt; font-weight: bold; - padding: 6px 12px; + padding: 4px 12px; -shell-caption-spacing: 12px; }