1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-26 03:52:00 +02:00

nil reference fix

whitespace cleanup
This commit is contained in:
TWLTriston 2017-09-24 18:36:54 -04:00 committed by Valansch
parent a94fc36cf4
commit b07d22bdf2

View File

@ -66,13 +66,12 @@ local function tasklist_show(player)
if is_regular( player.name ) or is_mod( player.name ) or player.admin then
tasklist_panel_button_table.add { type = "button", caption = "New Tasks", name = "new_tasklist_assembler_button" }
tasklist_panel_button_table.new_tasklist_assembler_button.style.font = "default-bold"
tasklist_panel_button_table.new_tasklist_assembler_button.style.minimal_height = 38
end
tasklist_panel_button_table.add { type = "button", caption = "Hide", name = "tasklist_hide_button" }
tasklist_panel_button_table.tasklist_hide_button.style.minimal_width = 70
tasklist_panel_button_table.new_tasklist_assembler_button.style.font = "default-bold"
tasklist_panel_button_table.new_tasklist_assembler_button.style.minimal_height = 38
tasklist_panel_button_table.tasklist_hide_button.style.font = "default-bold"
tasklist_panel_button_table.tasklist_hide_button.style.minimal_height = 38
-- Possible for later preferences tasklist_panel_button_table.add { type = "checkbox", caption = "Show Tasklist", state = global.autoshow_tasklist_for_player[player.name], name = "auto_show_tasklist_checkbox" }