mirror of
https://github.com/kepler155c/opus
synced 2025-12-19 22:58:06 +00:00
fix menu separators + sys dir restructure
This commit is contained in:
@@ -24,6 +24,7 @@ function UI.DropMenu:setParent()
|
||||
for _,child in ipairs(self.children) do
|
||||
child.width = maxWidth + 2
|
||||
if child.spacer then
|
||||
child.inactive = true
|
||||
child.text = string.rep('-', child.width - 2)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user