diff --git a/ChangeLog b/ChangeLog index 1586559a2e..3ed4fd258e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-04-07 Tobias Doerffel + * src/gui/lmms_style.cpp: + decreased button-icon-size to 20px + * src/core/fx_mixer.cpp: process FX-channels until effects signal that there's nothing more to process - closes #1935872 diff --git a/src/gui/lmms_style.cpp b/src/gui/lmms_style.cpp index ac7d2e4acc..16f5141c25 100644 --- a/src/gui/lmms_style.cpp +++ b/src/gui/lmms_style.cpp @@ -117,7 +117,7 @@ int lmmsStyle::pixelMetric( PixelMetric _metric, const QStyleOption * _option, c return 3; case QStyle::PM_ButtonIconSize: - return 24; + return 20; default: return QPlastiqueStyle::pixelMetric( _metric, _option, _widget );