Skip to content

Commit

Permalink
use static width for config panel
Browse files Browse the repository at this point in the history
  • Loading branch information
plally committed Feb 2, 2024
1 parent 7d4a398 commit 5128dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mapvote/client/modules/admin_menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function MapVote.openconfig()
return
end
local frame = vgui.Create( "MapVote_Frame" ) --[[@as DFrame]]
frame:SetSize( ScrW() * 0.5, ScrH() * 0.9 )
frame:SetSize( 1000, ScrH() * 0.9 )
frame:Center()
frame:MakePopup()
frame:SetTitle( "MapVote Config" )
Expand Down

0 comments on commit 5128dc2

Please sign in to comment.