View Single Post
07-20-18, 07:04 PM   #8
Drudatz
A Fallenroot Satyr
Join Date: Aug 2009
Posts: 20
Originally Posted by d87 View Post
you can set it to be userplaced, you just need it to be movable first

[code]MainMenuBar:SetMovable(true)
MainMenuBar:SetUserPlaced(true)
[code]
Thanks for this, I had to use it to be able to scale my bars again.
  Reply With Quote