INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Windows 10 Minimize/Maximize/Restore/Close buttons  (Read 9966 times)

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7468
  • When Summer comes...
Windows 10 Minimize/Maximize/Restore/Close buttons
« 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!
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7468
  • When Summer comes...
Re: Windows 10 Minimize/Maximize/Restore/Close buttons
« Reply #1 on: June 06, 2015, 01:23:00 pm »

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;

Code: [Select]
       <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" />
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2024 Update (24H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2024 Update (24H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones
Pages: [1]   Go Up