Reduce max button size; account for new stamp control row

...for rotation button added in 0.9.29
This commit is contained in:
Bill Kendrick 2023-05-04 22:43:59 -07:00
parent 11b6dc1b27
commit aa2235c8ba
2 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2023
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2023.May.3 (0.9.30)
2023.May.4 (0.9.30)
* Improvements to Stamp tool:
---------------------------
* Avoid playing English descriptive sound for a stamp
@ -137,6 +137,11 @@ https://tuxpaint.org/
when returning from the temporary color pipette ([Ctrl] + click).
Bill Kendrick <bill@newbreedsoftware.com>
* Update maximum button size calculation to account for Stamp
rotation button added in 0.9.29. (Otherwise you could end up
seeing no stamps between the up/down scroll buttons!)
Bill Kendrick <bill@newbreedsoftware.com>
* Ports & Building:
-----------------
* Created "src/indent.sh", to run 'indent' against source files.