We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icons on the feeds view look misaligned in 4.4.0, but were fine in 4.3.4.
Here's two screenshots comparing both versions (they're from the Qt 5 AppImage):
The difference might not seem obvious with the default Fusion theme from Qt, but it's much more apparent with KDE's Breeze theme:
I bisected and df7e910 seems to be the culprit.
Commenting out the following line fixes things for me:
rssguard/src/librssguard/gui/feedsview.cpp
Line 1007 in 649ea75
But I'm not sure if that breaks something else in other OSes, hence why I'm opening this bug report.
Just compare versions 4.3.4 (good) and 4.4.0 (bad).
Icons in the feeds view to look properly aligned.
Icons in the feeds view look slightly misaligned.
N/A
The text was updated successfully, but these errors were encountered:
0cd3d40
martinrotter
No branches or pull requests
Brief description of the issue
Icons on the feeds view look misaligned in 4.4.0, but were fine in 4.3.4.
Here's two screenshots comparing both versions (they're from the Qt 5 AppImage):
The difference might not seem obvious with the default Fusion theme from Qt, but it's much more apparent with KDE's Breeze theme:
I bisected and df7e910 seems to be the culprit.
Commenting out the following line fixes things for me:
rssguard/src/librssguard/gui/feedsview.cpp
Line 1007 in 649ea75
But I'm not sure if that breaks something else in other OSes, hence why I'm opening this bug report.
How to reproduce the bug?
Just compare versions 4.3.4 (good) and 4.4.0 (bad).
What was the expected result?
Icons in the feeds view to look properly aligned.
What actually happened?
Icons in the feeds view look slightly misaligned.
Debug log
N/A
Operating system and version
The text was updated successfully, but these errors were encountered: