win32 gui: track and use window bounds to prevent infinite shrinkage

This commit is contained in:
Jonathan Marler 2025-01-09 13:55:43 -07:00 committed by CJ van den Berg
parent 7d138a742c
commit e542ccb8f1
2 changed files with 59 additions and 34 deletions

View file

@ -1,4 +1,10 @@
{
"project": {
"press": [
["ctrl+=", "adjust_fontsize", 1.0],
["ctrl+-", "adjust_fontsize", -1.0]
]
},
"normal": {
"press": [
["ctrl+g", "cancel"],