diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 19ab8b99c..5ec4d896c 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,10 +8,15 @@ http://www.tuxpaint.org/ $Id$ -2021.March.23 (0.9.26) +2021.April.19 (0.9.26) * New Features ------------ * Larger UI buttons + Override the ages-old default 48x48 size for UI buttons + (via a new "buttonsize" option). Note: If the button size + would be too large for the required parts of the UI to appear + within Tux Paint's window size, the largest possible size will + be used. Pere Pujal i Carabantes * It's now possible to increase how many rows of buttons are shown diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 62d374092..03771f8e2 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - March 8, 2021 + June 14, 2002 - April 19, 2021 */ #include "platform.h"