Kaydet (Commit) 2a6009ff authored tarafından Andras Timar's avatar Andras Timar

use large icons in Media Player window when icon size is set to large

Change-Id: Ib1506f4917eed6b05af3df0e83b2843fd370d374
üst d23f8bb0
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <avmedia/mediaplayer.hxx> #include <avmedia/mediaplayer.hxx>
#include "helpids.hrc" #include "helpids.hrc"
#include <tools/time.hxx> #include <tools/time.hxx>
#include <svtools/miscopt.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <unotools/syslocale.hxx> #include <unotools/syslocale.hxx>
...@@ -63,7 +64,7 @@ namespace avmedia ...@@ -63,7 +64,7 @@ namespace avmedia
MediaControl::MediaControl( Window* pParent, MediaControlStyle eControlStyle ) : MediaControl::MediaControl( Window* pParent, MediaControlStyle eControlStyle ) :
Control( pParent ), Control( pParent ),
maImageList( AVMEDIA_RESID( AVMEDIA_IMGLST ) ), maImageList( SvtMiscOptions().AreCurrentSymbolsLarge() ? AVMEDIA_RESID( AVMEDIA_IMGLST_L ) : AVMEDIA_RESID( AVMEDIA_IMGLST ) ),
maItem( 0, AVMEDIA_SETMASK_ALL ), maItem( 0, AVMEDIA_SETMASK_ALL ),
maPlayToolBox( this, WB_3DLOOK ), maPlayToolBox( this, WB_3DLOOK ),
maTimeSlider( this, WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET ), maTimeSlider( this, WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment