mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-19 06:28:24 -04:00
decreased button-icon-size to 20px
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@900 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-04-07 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* 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
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user