mirror of
https://github.com/ungstein/OG-Steam.git
synced 2025-01-24 17:57:54 -03:00
Compare commits
2 commits
d6a47a1bd2
...
6b492ae8d2
Author | SHA1 | Date | |
---|---|---|---|
|
6b492ae8d2 | ||
|
b9cfc60ddc |
2 changed files with 15 additions and 6 deletions
|
@ -6,7 +6,8 @@
|
|||
view_account_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_details" }
|
||||
view_wallet_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_wallet" }
|
||||
view_preferences_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_preferences" }
|
||||
change_user_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_logout" }
|
||||
change_user_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_changeuser" }
|
||||
sign_out_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_logout" }
|
||||
account_name_label { controlname="Label" style="account_menu_label" labelText="%account%" }
|
||||
wallet_amount_label { controlname="Label" style="account_menu_label" labelText="%wallet%" }
|
||||
}
|
||||
|
@ -52,11 +53,12 @@
|
|||
|
||||
layout
|
||||
{
|
||||
place { control="view_profile_button" align=left margin-left=0 margin-top=4 height=24 width=max }
|
||||
place { control="view_account_button" align=left margin-left=0 margin-top=28 height=24 width=max }
|
||||
place { control="change_user_button" align=left margin-left=0 margin-top=52 height=24 width=max }
|
||||
place { control="view_preferences_button" align=left margin-left=0 margin-top=76 height=24 width=max }
|
||||
place { control="view_wallet_button" align=left margin-left=0 margin-top=100 height=24 width=max }
|
||||
place { control="view_profile_button" align=left margin-left=4 margin-top=4 height=24 width=max }
|
||||
place { control="view_account_button" align=left margin-left=4 margin-top=28 height=24 width=max }
|
||||
place { control="change_user_button" align=left margin-left=4 margin-top=52 height=24 width=max }
|
||||
place { control="sign_out_button" align=left margin-left=4 margin-top=76 height=24 width=max }
|
||||
place { control="view_preferences_button" align=left margin-left=4 margin-top=100 height=24 width=max }
|
||||
place { control="view_wallet_button" align=left margin-left=4 margin-top=124 height=24 width=max }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,13 @@ OG-Steam Patch Notes
|
|||
|
||||
------------------------------------------------------------
|
||||
|
||||
v1.0.13a
|
||||
|
||||
Minor tweaks
|
||||
- Modified account menu layout in line with Steam beta update
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
v1.0.13
|
||||
|
||||
Minor tweaks
|
||||
|
|
Loading…
Add table
Reference in a new issue