From 657eb7633bfe2f5977edf19c88924d7f40ff8bb6 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 7 Apr 2008 23:06:05 +0000 Subject: [PATCH] decreased button-icon-size to 20px git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@900 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 3 +++ src/gui/lmms_style.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 );