avmedia/source/framework/mediacontrol.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 2a6009ffc10dc64dd6f8dc23f653ee8a49f9d86d Author: Andras Timar <ati...@suse.com> Date: Mon Apr 15 00:11:40 2013 -0700 use large icons in Media Player window when icon size is set to large Change-Id: Ib1506f4917eed6b05af3df0e83b2843fd370d374 diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx index 553d130..09355e1 100644 --- a/avmedia/source/framework/mediacontrol.cxx +++ b/avmedia/source/framework/mediacontrol.cxx @@ -24,6 +24,7 @@ #include <avmedia/mediaplayer.hxx> #include "helpids.hrc" #include <tools/time.hxx> +#include <svtools/miscopt.hxx> #include <vcl/svapp.hxx> #include <vcl/lstbox.hxx> #include <unotools/syslocale.hxx> @@ -63,7 +64,7 @@ namespace avmedia MediaControl::MediaControl( Window* pParent, MediaControlStyle eControlStyle ) : Control( pParent ), - maImageList( AVMEDIA_RESID( AVMEDIA_IMGLST ) ), + maImageList( SvtMiscOptions().AreCurrentSymbolsLarge() ? AVMEDIA_RESID( AVMEDIA_IMGLST_L ) : AVMEDIA_RESID( AVMEDIA_IMGLST ) ), maItem( 0, AVMEDIA_SETMASK_ALL ), maPlayToolBox( this, WB_3DLOOK ), maTimeSlider( this, WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET ), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits