Skip to content

Instantly share code, notes, and snippets.

@ZackBoe
Created May 27, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZackBoe/94e2f4c232f138add3f0bda1d98ec041 to your computer and use it in GitHub Desktop.
Save ZackBoe/94e2f4c232f138add3f0bda1d98ec041 to your computer and use it in GitHub Desktop.
Metro for Steam - Rearrange StatusLabel & GameLabel
// Replace
//place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=24 spacing=4 margin-right=8 }
place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=17 spacing=4 margin-right=8 }
// Add
place { control="GameLabel" x=50 y=29 }
@ZackBoe
Copy link
Author

ZackBoe commented May 27, 2017

steam_2017-05-27_16-07-32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment