Skip to content

Commit

Permalink
ui: consistent style for profile box, refs #927
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Aug 26, 2016
1 parent c7226a6 commit 4996bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etmain/ui/main.menu
Expand Up @@ -126,8 +126,8 @@ menuDef {
LABEL( 6, 450, WINDOW_WIDTH, 18, "^1"ETLEGACY_VERSION, .2, ITEM_ALIGN_LEFT, 0, 8 )

// profile info //
SUBWINDOW( 0, 260, WINDOW_WIDTH, 42, _("Current profile info") )
CVARLABEL( 6, 278, WINDOW_WIDTH, WINDOW_WIDTH, "cl_profile", .2, ITEM_ALIGN_LEFT, 0, 8 )
SUBWINDOW( 0, 260, WINDOW_WIDTH, 40, _("CURRENT PROFILE") )
CVARLABEL( 6, 276, WINDOW_WIDTH, WINDOW_WIDTH, "cl_profile", .2, ITEM_ALIGN_LEFT, 0, 8 )
CVARLABEL( 6, 288, WINDOW_WIDTH, WINDOW_WIDTH, "name", .2, ITEM_ALIGN_LEFT, 0, 8 )

// message of the day?
Expand Down

0 comments on commit 4996bdf

Please sign in to comment.