akshgpt7 / MarvellOS

A basic operating system GUI mock-up built using python's GUI module Tkinter.
20 stars 20 forks source link

bound Enter key for quicker login #14

Closed ConsultantFoodie closed 3 years ago

ConsultantFoodie commented 3 years ago

Also made some cosmetic changes as the "Show" button was being partially covered. Now you can press Enter instead of clicking "Confirm" to enter the password.

akshgpt7 commented 3 years ago

Thanks! Looks good. As for the Show button, the placement of all elements would be fixed once dynamic positioning (#7) is implemented (you can try to take that up if you want).