xyzroe / ZigStarGW-MT

GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file
GNU General Public License v3.0
270 stars 19 forks source link

Struggling at 4k. #5

Open mkaatman opened 2 years ago

mkaatman commented 2 years ago

image

xyzroe commented 2 years ago
  1. Are you using the compiled version or are you running python yourself?
  2. Provide information about the system: version, bitness.
  3. Screen settings? Resolution, scale, special features?
mkaatman commented 2 years ago
  1. Complied
  2. Windows 11, 64 bit
  3. 3840x2160, scale: 250%

Probably an uncommon use case but I thought I'd post it in case you wanted to see it. Everything still worked.

relaystar commented 2 years ago

FWIW I have the same problem, in essentially the same config (except Windows 10).

mkaatman commented 2 years ago

I was searching so and Reddit and saw a few references to adding this immediately after qt import

PyQt5.QtWidgets.QApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling, True)

xyzroe commented 2 years ago

Thanks. I will try to fix it in next releases.

pinggi commented 2 years ago

I have the same problem. 64-bit version doesn't work and 32-bit version has broken GUI :-(

Nezz commented 1 year ago

You can work around this by following these steps:

  1. Right click the exe
  2. Properties
  3. Compatibility
  4. Change high DPI settings
  5. Check the box on the bottom and select "System (Enhanced)": image