Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Update accountmenu.layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ungstein committed Mar 17, 2023
1 parent d6a47a1 commit b9cfc60
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions OG-Steam/resource/layout/accountmenu.layout
Original file line number Diff line number Diff line change
Expand Up @@ -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%" }
}
Expand Down Expand Up @@ -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 }

}
}

0 comments on commit b9cfc60

Please sign in to comment.