Author Topic: Simple Fluent  (Read 1161 times)

nyoro

  • Newbie
  • *
  • Posts: 3
I have released a simple, centered skin.
If the OS is earlier than Windows 11, the Segoe Fluent Icons font is required separately.

Download



Last Edit: May 24, 2025, 09:38:03 PM by nyoro

tjinc

  • Sr. Member
  • ****
  • Posts: 822
Hi nyoro,

Thank you for this - it's a very nice, simple design. And your first post too, so welcome to the forum.

You might want to look at the lyrics alignment - the downloaded file gives me this:

So I think your 'yAnchor and/or 'align' settings are a little out (and different to what they must have been for your screenshot).

karbock

  • Sr. Member
  • ****
  • Posts: 548
After some fiddling about the lyrics issue raised by tjinc,
I managed to get an adaptation that works for me:

NEW code
<element type="Lyrics" align="Top.Center"
   xAnchor="#CoverPanel.Center"
   yAnchor="#CoverPanel.Top"
   width="698" height="697" x="1" y="36"
   font="Segoe UI" size="14"
   fg="255,255,255" fg2="255,155,80"/>

OLD code
<element type="Lyrics" align="Middle.Center" 
   xAnchor="#CoverPanel.Center"
   yAnchor="#CoverPanel.Center"
   width="698" height="697" x="1" y="1"
   font="Segoe UI" size="14"
   fg="255,255,255" fg2="255,155,80"/>


EDIT:
+ the patch must be applied at 3 4 locations in the .XML

Last Edit: May 24, 2025, 01:12:51 PM by karbock

nyoro

  • Newbie
  • *
  • Posts: 3
Thank you, I will make the corrections and re-upload it.

nyoro

  • Newbie
  • *
  • Posts: 3
I have submit the revised version 1.2.

tjinc

  • Sr. Member
  • ****
  • Posts: 822