Changes

no edit summary
Line 85: Line 85:  
local value = self._dash
 
local value = self._dash
 
if self._remodel_to then
 
if self._remodel_to then
value = Formatting:format_blueprint_requirement_simple(self._remodel_to:remodel_blueprint())
+
value = Formatting:format_blueprint_requirement_simple(self._remodel_to:remodel_blueprint(), true)
 
elseif self._remodel_to == nil then
 
elseif self._remodel_to == nil then
 
value = self._question_marks
 
value = self._question_marks
Line 149: Line 149:  
}
 
}
 
for key, value in pairs(header_icons) do
 
for key, value in pairs(header_icons) do
header_icons[key] = Formatting:format_image{value, caption = Formatting:format_resource_name(key)}
+
header_icons[key] = Formatting:format_image{value, caption = Formatting:format_resource_name(key), size = key == "blueprint" and "x18px" or nil}
 
end
 
end
 
self._header = format(self._header_template, header_icons)
 
self._header = format(self._header_template, header_icons)
Anonymous user