mirror of
https://github.com/kepler155c/opus
synced 2024-12-27 00:50:26 +00:00
fix titlebar look
This commit is contained in:
parent
62ac7a52ec
commit
ccd1711d20
@ -1886,6 +1886,8 @@ function UI.TitleBar:draw()
|
||||
sb:center(string.format(' %s ', self.title))
|
||||
if self.previousPage or self.event then
|
||||
sb:insert(-1, self.closeInd)
|
||||
else
|
||||
sb:insert(-2, self.frameChar)
|
||||
end
|
||||
self:write(1, 1, sb:get())
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user