Small Changes To PLayer Info Gui

This commit is contained in:
Cooldude2606
2018-04-23 18:06:32 +01:00
parent b2111b6b4c
commit e1d5603be7
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ function get_player_info(player,frame,add_cam)
frame.add{type='label',caption={'player-info.group',_player.group}}
frame.add{type='label',caption={'player-info.rank',_player.rank}}
if add_cam then
Gui.cam_link{entity=player.character,frame=frame,width=200,height=75,zoom=0.5,respawn_open=true}
Gui.cam_link{entity=player.character,frame=frame,width=200,height=150,zoom=0.5,respawn_open=true}
end
end
return _player

View File

@@ -133,7 +133,7 @@ Admin.center = Gui.center.add{
type='flow',
direction='vertical'
}
player_info_flow.style.height = 200
player_info_flow.style.height = 300
player_info_flow.style.width = 200
local label = dropdowns.add{
type='label',