+1
-1
data/core/rootview.lua
+1
-1
data/core/rootview.lua
···
13
self:draw_background(style.background)
14
local pos = self.position
15
local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y
16
-
local _, y = common.draw_text(style.big_font, style.dim, "empty", "center", x, y, w, h)
17
local lines = {
18
{ fmt = "%s to run a command", cmd = "core:command-finder" },
19
{ fmt = "%s to open a file from the project", cmd = "core:file-finder" },
···
13
self:draw_background(style.background)
14
local pos = self.position
15
local x, y, w, h = pos.x, pos.y, self.size.x, self.size.y
16
+
local _, y = common.draw_text(style.big_font, style.dim, "lite", "center", x, y, w, h)
17
local lines = {
18
{ fmt = "%s to run a command", cmd = "core:command-finder" },
19
{ fmt = "%s to open a file from the project", cmd = "core:file-finder" },