daveleroy / SublimeDebugger

Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
MIT License
369 stars 42 forks source link

Saving project file changes button sizes #182

Closed mstegmaier closed 1 year ago

mstegmaier commented 1 year ago

Always after saving the project file, the button sizes change. Sometimes they become smaller, sometimes they become bigger. I have attached an image illustrating them being smaller and one showing them being bigger. The buttons with text (e.g. Console) additionally lose their text when the buttons become smaller.

Sublime-Debugger-Buttons Sublime-Debugger-Buttons-big

daveleroy commented 1 year ago

This should be fixed in 0.8.0 when it hits package control

mstegmaier commented 1 year ago

I can confirm that this specific case is fixed now but unfortunately the fix seems to cause another issue now. Initially the GUI started like in the small screenshot above then it has grown bigger and bigger until it reached a point where it now keeps jumping frequently between 2 sizes.

Additional notes:

daveleroy commented 1 year ago

@mstegmaier are all these layout issues fixed for you in the latest releases?

mstegmaier commented 1 year ago

Yes, now it seems to be working just fine. Thanks! :)

Note: After the debugger package had updated itself, I couldn't open it anymore. But restarting Sublime Text fixed it and now it's working fine. I thought you might want to know, in case it's not a known issue. I also had to reinstall the (official) debug adapters that I had installed. I can open a separate issue for this if it's worth looking into.