mycroftw / bridge_clock

Python replacement for the old windows XP clock I've been using
GNU General Public License v3.0
0 stars 0 forks source link

Fix: resize on (un)Maximize, add break colours, fix button labels #17

Closed mycroftw closed 1 year ago

mycroftw commented 1 year ago
  1. Hacked around what I think is a wx bug where on maximize, the sizer's size isn't the same as the panel's. This fixes the "font is sized for the last maximize/restore size" issue. Fixes #3.
  2. Also Fixed #11 by forcing a Layout after marking it 'Done!'
  3. Added a different colour for Break Time to be obvious. Restore to the normal colour on next round/restart. Fixes #10 .
  4. Renamed "Restart" to "Reset" (because that's what it does) and added tooltips to relevant buttons.