Changed EmptyView text from empty
to lite
This commit is contained in:
parent
064b6d0b95
commit
e7cf551e22
|
@ -13,7 +13,7 @@ function EmptyView:draw()
|
||||||
self:draw_background(style.background)
|
self:draw_background(style.background)
|
||||||
local pos = self.position
|
local pos = self.position
|
||||||
local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y
|
local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y
|
||||||
local _, y = common.draw_text(style.big_font, style.dim, "empty", "center", x, y, w, h)
|
local _, y = common.draw_text(style.big_font, style.dim, "lite", "center", x, y, w, h)
|
||||||
local lines = {
|
local lines = {
|
||||||
{ fmt = "%s to run a command", cmd = "core:command-finder" },
|
{ fmt = "%s to run a command", cmd = "core:command-finder" },
|
||||||
{ fmt = "%s to open a file from the project", cmd = "core:file-finder" },
|
{ fmt = "%s to open a file from the project", cmd = "core:file-finder" },
|
||||||
|
|
Loading…
Reference in a new issue