hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Startup Size height grows by 16 pixels on each exit #452

Open hasii2011 opened 1 year ago

hasii2011 commented 1 year ago

Hmm

hasii2011 commented 1 year ago

Temporarily put in this code


    # See issue https://github.com/hasii2011/PyUt/issues/452
    # I need to check this on a larger monitor;
    self._prefs.startupSize = Dimensions(ourSize[0], ourSize[1] - HACK_ADJUST_EXIT_HEIGHT)