-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Relevant components
- Standalone tray application (based on Qt Widgets)
- Plasmoid/applet for Plasma desktop
- Dolphin integration
- Command line tool (
syncthingctl
) - Integrated Syncthing instance (
libsyncthing
) - Backend libraries
Environment and versions
- Versions of
syncthingtray
,qtutilities
andc++utilities
: 1.5.4 - Qt version: ?
- C++ compiler (name and version): ?
- C++ standard library (name and version): ?
- Operating system (name and version): Windows 11
Bug description
The .exe icon (and all of its shortcuts) looks blurry and pixelated.
Expected behavior
It should look smoother and high resolution, like other program icons.
Additional context
I believe this is happening because the program icon is only available in one resolution (there should be icons in 16x16, 24x24, 32x32, 48x48, 128x128 and 256x256 stored in the program to display) and Windows is trying to scale it to fit the desired icon size, which it can't do well.
My screen resolution is 1920x1200 if that helps.