Syle conversion issues
Posted: Mon Mar 11, 2019 4:52 pm
so i am trying to update the mods i have to run on .017 that the makers have not updated.
i keep running in to gui-style issues but i simply can not find the current list of style options or how to define them. does anyone have a suggestion or a place to look?
all of these work fine until i enable smart display redux which displays the count of a single circuit signal
i keep running in to gui-style issues but i simply can not find the current list of style options or how to define them. does anyone have a suggestion or a place to look?
all of these work fine until i enable smart display redux which displays the count of a single circuit signal
Code: Select all
default_gui.smadisp_textfield_style =
{
type = "textfield_style",
font="smadisp_font_bold",
align = "left",
font_color = {},
default_font_color={r=1, g=1, b=1},
hovered_font_color={r=1, g=1, b=1},
selection_background_color= {r=0.66, g=0.7, b=0.83},
top_padding = 0,
bottom_padding = 0,
left_padding = 0,
right_padding = spacing_right,
minimal_width = 200,
maximal_width = 200,
graphical_set =
{
type = "composition",
filename = "__core__/graphics/gui.png",
priority = "extra-high-no-scale",
corner_size = {3, 3},
position = {16, 0}
},
}