Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
otherwise I would suggest you refresh your steam files.
https://support.steampowered.com/kb_article.php?ref=3134-TIAL-4638
Thank you so much! I have been missing using metro for months now since Steam changed the layout. I can't thank you enough! I can't believe I have been using Steam for years and I just now notice this lol.
I open the settings, uncheck, hit OK, nothing changes, I close and reopen steam, button is still there and on the settings the checkbox I unmarked is up again.
Any suggestion on how to manually edit the settings so it actually kicks in?
Where my button is: http://puu.sh/digDD/cbcf223791.png just a couple pixels away from the minimize.
What's the point of a config option if steam will just plain refuse to accept it being changed?
I completely deleted my skin that I was using then did that uncheck box thing and then downloaded the newest version of the skin I was using and it works perfectly now.
Oh yeah I just checked it with the default skin and mine is the same way even with it unchecked.
Yeah I have never had any luck with any tickets over the years with any situation. Good luck though.
Makes me
This first step is to create a custom skin that's otherwise identical to the default one. You can skip this if you already are using a skin.
1) Create a custom skin with the parts you need to change
Make a folder under "skins", then create two folders inside it named "layout" and "styles".
Go to the main steam "resource" folder and find the files "steamrootdialog.layout" and "steam.styles" (they'll be in the respective subfolders), then drag them into the folders you created under "skins".
Congratulations, you have now created a custom skin (that does nothing).
2) Remove the graphics from the big picture button
Open steam.styles in your skin's styles folder with a text editor and do a search for "FullscreenButton". There will be four groups of settings: the default one, one for hovering, one for active and one for disabled. You can delete everything between the brackets or comment them out by putting // before each setting
eg
// render_bg={}
This removes the graphical part of the button, but it's not gone completely yet.
3) Remove the placement of the button from the layout (or close enough to)
This might actually be all it takes, but when I succeeded I'd previously done 2)
Open steamrootdialog.layout in your skin's layout folder and scroll down to the bottom of the file. Around 20 lines up are two lines that look like:
place [!$OSX] { control="fullscreen" align=right y=7 height=20 spacing=0 margin-right=78 margin-top=1 width=30 }
place [$OSX] { control="fullscreen" align=right y=7 height=20 spacing=0 margin-right=8 margin-top=1 width=30 }
Change the width and height to 0. This doesn't technically delete the placement of the button, but it does make it invisible and unclickable.
The big picture button is now gone!