[gnome-shell] svg: Make the OFF toggle widgets be the same width as the ON ones
- From: Rui Matos <rtcm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] svg: Make the OFF toggle widgets be the same width as the ON ones
- Date: Fri, 30 Mar 2012 11:37:37 +0000 (UTC)
commit e7da71599472f970660eddb8c657d2498e7acaa1
Author: Rui Matos <tiagomatos gmail com>
Date: Thu Mar 22 00:48:22 2012 +0100
svg: Make the OFF toggle widgets be the same width as the ON ones
Since the toggle switches have a 65px size in the CSS file, the
background image size should match it or it will be scaled and look
fuzzy.
https://bugzilla.gnome.org/show_bug.cgi?id=672592
data/theme/toggle-off-intl.svg | 2 +-
data/theme/toggle-off-us.svg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/toggle-off-intl.svg b/data/theme/toggle-off-intl.svg
index b3d9ada..b153b73 100644
--- a/data/theme/toggle-off-intl.svg
+++ b/data/theme/toggle-off-intl.svg
@@ -9,7 +9,7 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="64"
+ width="65"
height="22"
id="svg3273"
version="1.1"
diff --git a/data/theme/toggle-off-us.svg b/data/theme/toggle-off-us.svg
index 12167d6..8e06ea4 100644
--- a/data/theme/toggle-off-us.svg
+++ b/data/theme/toggle-off-us.svg
@@ -9,7 +9,7 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="64"
+ width="65"
height="22"
id="svg3012"
version="1.1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]