From caa0f63e1fcd663897d4a7eb27a58606743080e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 25 Oct 2012 18:24:30 +0200 Subject: [PATCH] style: Fix close button size The image is actually 32px, so we end up with a slightly fuzzy button when scaling up to 34px. Don't do that. Spotted by lamefun.xOrgmail.com https://bugzilla.gnome.org/show_bug.cgi?id=686574 --- data/theme/gnome-shell.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index d13e3ec10..95cf6a861 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -614,9 +614,9 @@ StScrollBar StButton#vhandle:active { .window-close, .notification-close { background-image: url("close-window.svg"); - background-size: 34px; - height: 34px; - width: 34px; + background-size: 32px; + height: 32px; + width: 32px; } .window-close {