commit | beb003b303cde1e55634aae9f810535684b76211 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 22:47:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 08 22:47:17 2016 +0100 |
tree | 4da345d8fe9455d6f637f8cbfa73f5453bdc21fc | |
parent | 045a284a83c2a85113de233d5233eae34724a4b6 [diff] [blame] |
patch 7.4.1525 Problem: On a high resolution screen the toolbar icons are too small. Solution: Add "huge" and "giant" to 'toolbariconsize'. (Brian Gix)
diff --git a/src/version.c b/src/version.c index a760c76..f27cd55 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523,