MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Introduction of preferences window changed size of main window from fixed 800x500 #233

Closed pwdirks closed 3 years ago

pwdirks commented 3 years ago

The change that introduced the preferences window also changed the main window's size from a fixed 800(H)x500(W) to whatever size the packing of the specified fields resulted in.

If the kobwindow.py code is going to use the actual window size, the text widget sizes need to be changed to recreate the effect previously resulting from "stretching" the fields (with sticky=NESW) to specifying the desired size explicitly.

pwdirks commented 3 years ago

Fixed w. merge of pwd-#233-Remove-use-of-window-size-constants