You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2026-06-20 16:32:28 +02:00
Update gui
replace align with horizontal_align
This commit is contained in:
+2
-2
@@ -249,7 +249,7 @@ local function player_list_show(player, sort_by)
|
||||
label.style.bottom_padding = 3
|
||||
label.style.minimal_width = 36
|
||||
label.style.maximal_width = 36
|
||||
--label.style.align = "right"
|
||||
label.style.horizontal_align = "right"
|
||||
|
||||
local str = ""
|
||||
if sort_by == "name_asc" then str = symbol_asc .. " " end
|
||||
@@ -436,4 +436,4 @@ local function on_player_joined_game(event)
|
||||
end
|
||||
|
||||
event.add(defines.events.on_player_joined_game, on_player_joined_game)
|
||||
event.add(defines.events.on_gui_click, on_gui_click)
|
||||
event.add(defines.events.on_gui_click, on_gui_click)
|
||||
|
||||
Reference in New Issue
Block a user