Skip to content

Commit

Permalink
Position fixes
Browse files Browse the repository at this point in the history
Fluent 4K: Time element fix
Fluent / Zune: Progress Bar fix
  • Loading branch information
Madelena committed Feb 11, 2020
1 parent d0fb150 commit 8912a95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Metrology - Fluent (4K Fullscreen).xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
<element type="Text" xAnchor="#NowPlaying.100" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" fg2="128,128,128" mouseOverFg="195,0,82" onClick="OpenAutoHidePanel:#PanelLyrics">&#xE90B;</element>

<!-- Time -->
<element type="Time" xAnchor="#NowPlaying.100" x="-144" yAnchor="#Cover.Top" y="0" width="100" align="right" font="Segoe UI" style="Regular" size="24" fg="255,255,255" />
<element type="Time" xAnchor="#NowPlaying.100" x="-144" yAnchor="#Cover.Top" y="0" width="200" align="right" font="Segoe UI" style="Regular" size="24" fg="255,255,255" />

</root>
2 changes: 1 addition & 1 deletion Metrology - Fluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- Progress Bar -->
<element type="ProgressBar" xAnchor="#Cover.Left" x="0" yAnchor="#Cover.Bottom" y="10" widthDock="#Cover.Right" width="0" height="5" fg="255,255,255" bg="33,255,255,255" />
<element type="PlayPosition" xAnchor="#Cover.Left" x="-5" yAnchor="#Cover.Bottom" y="20" width="40" reservedWidth="40" font="Segoe UI Semibold" style="Regular" size="8" fg="255,255,255" />
<element type="PlayDuration" xAnchor="#Cover.Right" x="5" yAnchor="#Cover.Bottom" y="20" width="40" font="Segoe UI Semibold" align="Top.Right" style="Regular" size="8" fg="255,255,255" />
<element type="PlayDuration" xAnchor="#Cover.Right" x="-35" yAnchor="#Cover.Bottom" y="20" width="40" font="Segoe UI Semibold" align="right" style="Regular" size="8" fg="255,255,255" />

<!-- Album Info -->
<element type="Field" id="Title" xAnchor="#Cover.Left" x="-18" yAnchor="#Cover.Bottom" y="40" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="32" fg="255,255,255" />
Expand Down
2 changes: 1 addition & 1 deletion Metrology - Zune.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Progress Bar -->
<element type="ProgressBar" xAnchor="#Cover.Left" x="0" yAnchor="#Cover.Bottom" y="10" widthDock="#Cover.Right" width="0" height="5" fg="255,255,255" bg="33,255,255,255" />
<element type="PlayPosition" xAnchor="#Cover.Left" x="-4" yAnchor="#Cover.Bottom" y="20" width="40" reservedWidth="40" font="Segoe UI Semibold" style="Regular" size="6" fg="255,255,255" />
<element type="PlayDuration" xAnchor="#Cover.Right" x="4" yAnchor="#Cover.Bottom" y="20" width="40" font="Segoe UI Semibold" align="Top.Right" style="Regular" size="6" fg="255,255,255" />
<element type="PlayDuration" xAnchor="#Cover.Right" x="-36" yAnchor="#Cover.Bottom" y="20" width="40" font="Segoe UI Semibold" align="right" style="Regular" size="6" fg="255,255,255" />

<!-- #Album Tracks Panel -->
<element type="Field" id="Title" xAnchor="#Cover.Left" x="-15" yAnchor="#Cover.Bottom" y="40" width="Panel.Width.200" align="left" font="Segoe UI Semilight" style="Regular" size="24" fg="255,255,255" />
Expand Down

0 comments on commit 8912a95

Please sign in to comment.