-
Notifications
You must be signed in to change notification settings - Fork 92
Changing toolbar buttons
v0lt edited this page Mar 31, 2024
·
1 revision
You can change the appearance of the toolbar buttons. To do this, download ready-made toolbars and unpack toolbar.png
into the MPC-BE folder.
You can remake the toolbar built into the player. For example, to increase the toolbar size, do the following.
- Download the svg2png utility and the toolbar.svg file.
- Unpack
svg2png.exe
into a separate folder withtoolbar.svg
. - Run the command
svg2png.exe toolbar.svg -h 80 toolbar.png
, where after-h
you can specify the height of the toolbar in pixels. - Copy the resulting
toolbar.png
file to the MPC-BE folder.
You cannot add new buttons to the MPC-BE toolbar or change the order.