INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: Awesome Donkey on June 02, 2015, 05:31:32 pm
-
I come bearing gifts!
Here's the minimize/maximize/restore/close buttons from Windows 10 Technical Preview Build 10130. I was able to perfectly rip them for use however they're at the stock DPI size - if the MC dev team is interested in using Windows 10's new buttons in their skins (e.g. Noire) you'll probably need your skin artist(s) reproduce them for HiDPI.
http://www.mediafire.com/download/ip7yp4vig9zuk1a/Windows_10_TP_10130_Icons.zip
This can be useful for third-party skins as well. However, if Microsoft decides to change them before RTM, I'll try to keep this topic updated.
EDIT: Updated the files, added skin ready PNGs for dark and light skins!
-
Updated the icons above with a new link - the close button needed some tweaking, it works and looks good now. I also included skin ready PNG files!
To the potential skinners, here's the needed main.xml code;
<Entry Name="CloseButton" Bitmap="Close.png" NumberImages="5" Alignment="2" OffsetX="-3" OffsetY="0" />
<Entry Name="MaximizeButton" Bitmap="Maximize.png" NumberImages="5" Alignment="2" OffsetX="-48" OffsetY="0" />
<Entry Name="RestoreButton" Bitmap="Restore.png" NumberImages="5" Alignment="2" OffsetX="-48" OffsetY="0" />
<Entry Name="MinimizeButton" Bitmap="Minimize.png" NumberImages="5" Alignment="2" OffsetX="-93" OffsetY="0" />