jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
187 stars 57 forks source link

Unable to see Stop button in 1366 x 768 screen resolution #11

Closed gojimmypi closed 5 years ago

gojimmypi commented 5 years ago

perhaps the radio buttons can be vertically pushed closer together a bit, or add a scrollbar for those that have lower resolution screens? I would have submitted PR for this, but could not find the GUI version source code.

jamesbowman commented 5 years ago

Aha, this is on Windows. Sure, there are a couple of changes I can make. btw the source is at python/samples/i2cgui.py

jamesbowman commented 5 years ago

Yes, pushing the radio buttons closer together looks good. Now fits in 768:

image

gojimmypi commented 5 years ago

yes, that works perfectly! (and looks better, too - in addition to being able to see the Stop button)

thank you for the prompt response & I didn't realize Windows GUI was python based.