mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
.
This commit is contained in:
@@ -57,15 +57,15 @@ local production_data_group = Gui.element("production_data_group")
|
|||||||
end
|
end
|
||||||
|
|
||||||
for j = 1, 3 do
|
for j = 1, 3 do
|
||||||
local data_1 = parent.add{
|
local data = parent.add{
|
||||||
type = "label",
|
type = "label",
|
||||||
name = "production_" .. i .. "_" .. j,
|
name = "production_" .. i .. "_" .. j,
|
||||||
caption = "0.0",
|
caption = "0.0",
|
||||||
style = "heading_2_label",
|
style = "heading_2_label",
|
||||||
}
|
}
|
||||||
data_1.style.width = 90
|
data.style.width = 90
|
||||||
data_1.style.horizontal_align = "right"
|
data.style.horizontal_align = "right"
|
||||||
data_1.style.font_color = font_color["positive"]
|
data.style.font_color = font_color["positive"]
|
||||||
end
|
end
|
||||||
|
|
||||||
return item
|
return item
|
||||||
|
|||||||
Reference in New Issue
Block a user