- ButtonBar now uses .button_width and .button_height for layouting the buttons (defaults to 36)
- set button width/height for stancebar buttons
This commit is contained in:
@@ -107,6 +107,8 @@ function StanceBar:ApplyConfig(config)
|
||||
self:ForAll("ApplyStyle", self.config.style)
|
||||
end
|
||||
|
||||
StanceBar.button_width = 30
|
||||
StanceBar.button_height = 30
|
||||
function StanceBar:UpdateStanceButtons()
|
||||
local buttons = self.buttons or {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user