Skip to content
Snippets Groups Projects
Commit 23116c8c authored by Alex Ksandra's avatar Alex Ksandra
Browse files

i'm so good it hurts

parent 0dc0d2c2
No related branches found
No related tags found
No related merge requests found
...@@ -773,8 +773,8 @@ function _M:createDisplay() ...@@ -773,8 +773,8 @@ function _M:createDisplay()
local vsep1 = Separator.new{dir="horizontal", size=self.ih - self.b_stat.h - 10} local vsep1 = Separator.new{dir="horizontal", size=self.ih - self.b_stat.h - 10}
local vsep2 = Separator.new{dir="horizontal", size=self.ih - self.b_stat.h - 10} local vsep2 = Separator.new{dir="horizontal", size=self.ih - self.b_stat.h - 10}
local hsep = Separator.new{dir="vertical", size=180} local hsep = Separator.new{dir="vertical", size=180}
align_empty1 = Empty.new{width=0,height=10} local align_empty1 = Empty.new{width=0,height=10}
align_empty2 = Empty.new{width=0,height=0} local align_empty2 = Empty.new{width=0,height=0}
local ret = { local ret = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment