diff options
author | Charles Bos <[email protected]> | 2017-01-18 10:56:39 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-01-24 21:31:49 +0100 |
commit | 1f418a94f21e5023ead86df58a13ea8bc050c87c (patch) | |
tree | 31d8c3c7f641490db67f37cd65f024c6f5bad48f /desktop-themes | |
parent | 444da108ae23ad93d49ed8846cfd1ce3351141be (diff) | |
download | mate-themes-1f418a94f21e5023ead86df58a13ea8bc050c87c.tar.bz2 mate-themes-1f418a94f21e5023ead86df58a13ea8bc050c87c.tar.xz |
GTK+-3.20 Menta themes: increase systray margins by 1 pixel to avoid deformed icons
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index a4193ba5..4cc01d61 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -509,7 +509,7 @@ na-tray-applet { /* remove right space a bit */ na-tray-applet > widget > box { - margin: 0px 2px 0px 0px; + margin: 1px 2px 1px 1px; } /* no background for icon-padding area */ diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index c8613372..e9097b78 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -501,7 +501,7 @@ na-tray-applet { /* remove right space a bit */ na-tray-applet > widget > box { - margin: 0px 2px 0px 0px; + margin: 1px 2px 1px 1px; } /* no background for icon-padding area */ |