summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-01-24 21:46:27 +0100
committerraveit65 <[email protected]>2017-01-24 21:47:05 +0100
commit03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf (patch)
tree110504f6c290810be57807172cff51d4e244fcce
parent623e4750450c3c41a241b1ce34067df44d217880 (diff)
downloadmate-themes-03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf.tar.bz2
mate-themes-03e7e84245bbbf729ad0aabb8ae6d915cd31b2bf.tar.xz
GTK+-3.20 Submarine themes: increase systray margins by 1 pixel to avoid deformed icons
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 13384280..1f1fa3ba 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -672,7 +672,7 @@ na-tray-applet {
/* remove right space a bit */
na-tray-applet > widget > box {
- margin: 0px 3px 0px 0px;
+ margin: 1px 3px 1px 1px;
}
/* system-monitor-applet */
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 33345170..c0d06e08 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -684,7 +684,7 @@ na-tray-applet {
/* remove right space a bit */
na-tray-applet > widget > box {
- margin: 0px 3px 0px 0px;
+ margin: 1px 3px 1px 1px;
}
/* system-monitor-applet */