Summary: | "Play/Stop" button in information panel is fixed size | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Kai Uwe Broulik <kde> |
Component: | panels: information | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/cc06935397ecb1c543ed7d52887007f425a1cddb | Version Fixed In: | 4.9.4 |
Sentry Crash Report: |
Description
Kai Uwe Broulik
2012-11-03 22:07:53 UTC
information/phononwidget.cpp:127: m_playButton->setIconSize(QSize(16, 16)); information/phononwidget.cpp:133: m_stopButton->setIconSize(QSize(16, 16)); Thanks Kai for the bug report and Jekyll for finding the relevant code! I think that we should replace those "16" by KIconLoader::SizeSmall, right? IconSize(KIconLoader::Small) should do the job Git commit cc06935397ecb1c543ed7d52887007f425a1cddb by Frank Reininghaus. Committed on 04/11/2012 at 14:39. Pushed by freininghaus into branch 'KDE/4.9'. Do not use a hardcoded size for the buttons in the Information panel Thanks to Kai Uwe Broulok and Jekyll Wu for the investigation! FIXED-IN: 4.9.4 M +5 -2 dolphin/src/panels/information/phononwidget.cpp http://commits.kde.org/kde-baseapps/cc06935397ecb1c543ed7d52887007f425a1cddb @Kai: sorry for the typo in the commit message, found it only now. "i" and "o" are too close to each other on my keyboard ;-) |