akshgpt7 / MarvellOS

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

Closes #19 - added global window dimensions variable #21

Closed ConsultantFoodie closed 3 years ago

ConsultantFoodie commented 3 years ago

Closes #19 Added a dimension to control the global window size. For appropriate scaling of the internal dimensions, pyautogui issue will be more appropriate

akshgpt7 commented 3 years ago

Thanks a lot @ConsultantFoodie. Just one thing: Can you change the PR description and include the "Closes #19" in the first line there? It'll automatically close the issue when I merge it then (Having it on the PR title doesn't do anything). Make sure to link the relevant issue in the PR description always. You can refer this. Thanks