diff --git a/gamemode/engine/derma/menus/menu_character.lua b/gamemode/engine/derma/menus/menu_character.lua index a47f96d..c9d8f1b 100644 --- a/gamemode/engine/derma/menus/menu_character.lua +++ b/gamemode/engine/derma/menus/menu_character.lua @@ -26,7 +26,7 @@ function menu.open( dt ) local clist = vgui.Create( "DPanel", f ) - clist:SetSize( 250 * resScale, 800 * resScale ) + clist:SetSize( 200 * resScale, sh - padding*10 ) clist.w, clist.h = clist:GetSize() clist:SetPos( (sw - clist.w) - padding*2, sh/2 - clist.h/2 ) clist.Paint = function( self, w, h )