mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-26 03:52:00 +02:00
Changed tasklist author to gray
This commit is contained in:
parent
9a71d7fe79
commit
5c27ab6013
@ -51,12 +51,13 @@ local function tasklist_show(player)
|
||||
end
|
||||
|
||||
if global.tasklist_author ~= nil then
|
||||
tasklist_panel_table.add { type = "label", caption = "-- updated by: " .. global.tasklist_author, single_line = false, name = "tasklist_author"}
|
||||
tasklist_panel_table.add { type = "label", caption = "Updated by: " .. global.tasklist_author, single_line = false, name = "tasklist_author"}
|
||||
local tasklist_label = tasklist_panel_table["tasklist_author"]
|
||||
tasklist_label.style.maximal_width = 208
|
||||
tasklist_label.style.minimal_width = 208
|
||||
tasklist_label.style.maximal_height = 165
|
||||
tasklist_label.style.font = "default"
|
||||
tasklist_label.style.font_color = {r = 0.55, g = 0.55, b = 0.55}
|
||||
end
|
||||
|
||||
frame.add { type = "table", name = "tasklist_panel_button_table", colspan = 3 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user