Quote:
Originally Posted by BeckyEbook
Even now, h* doesn't work perfectly (depending on what state Sigil was closed in). If it was a 16px icon – it incorrectly switches to larger icon sizes when moving the slider. If it was a 22px or 48px icon – it should be fine.
|
Not quite sure what you mean here. It works (and is designed) exactly as all of Sigil's other menubar icons do. Each of Sigil's icons (h* included) are represented with three distinct sizes (16px, 22px, and 48px) which are chosen by MainWindow depending on resolution and icon size-slider setting. I may not like how the icon itself
looks (aesthetically speaking), but it's behaving precisely as it was intended to.
If it doesn't switch sizes in lockstep with the other icons, that's probably because it's a QToolButton rather than a QAction. There's no adjustment that can be made, and it would be the same regardless of the icon that was being used in it's place. In short: it's Qt's fault, and not the icon's.