diff options
author | raveit65 <[email protected]> | 2018-08-08 16:11:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-08-08 16:11:30 +0200 |
commit | c972cee1a2fda3a2dcbfac7853c96041b8295c47 (patch) | |
tree | d492615532e591a5a89d27c7ecf1d9e363930825 | |
parent | 981b2902d7989964755130d4a1b81dce73eda8d8 (diff) | |
download | mate-themes-c972cee1a2fda3a2dcbfac7853c96041b8295c47.tar.bz2 mate-themes-c972cee1a2fda3a2dcbfac7853c96041b8295c47.tar.xz |
release 3.22.18v3.22.18
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +### 3.22.18 (GTK 3.22) + + sync with transifex + Menta/Submarine: fix backdrop/focus state with gnome-disk-utility + submarine: reduce button radius + submarine: fix headerbar backdrop state button jumping + some themes: drop styling for eom sidebar buttons + submarine: give emoji-picker popup a nicer look + submarine: few fixes for buttons in titlebar and popovers + submarine: fix font color in lightdm-settings + highcontrast: Use normal titlebar size for utility windows + all themes: add a thiny border to the panel + submarine: fix borders in filechooser placessidebar + ### 3.22.17 (GTK 3.22) * sync with transifex diff --git a/configure.ac b/configure.ac index 97ee7fc9..76f77df7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [3.22.17], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [3.22.18], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gzip check-news]) |