Add table-header-sort-arrows to utility-sprites
Add table-header-sort-arrows to utility-sprites
I want to use these cute arrows in gui elements. But they are not in the utility-sprites.lua
Please add themMy native language is russian. Sorry if my messages are difficult to read.
Re: Add table-header-sort-arrows to utility-sprites
You can define your own sprites from those files.
Code: Select all
data:extend({
{
type = "sprite",
name = "sprite_name",
filename = "__core__/graphics/arrows/table-header-sort-arrow-down-active.png",
width = 16,
height = 16,
scale = 1,
}
)
Re: Add table-header-sort-arrows to utility-sprites
But why, if they can just add to the utility-sprites? like most other iconseduran wrote: ↑Sun Apr 14, 2019 10:32 am You can define your own sprites from those files.
Code: Select all
data:extend({ { type = "sprite", name = "sprite_name", filename = "__core__/graphics/arrows/table-header-sort-arrow-down-active.png", width = 16, height = 16, scale = 1, } )
My native language is russian. Sorry if my messages are difficult to read.
Re: Add table-header-sort-arrows to utility-sprites
Table sort arrows are defined through the style for a given sortable table.
If you want to get ahold of me I'm almost always on Discord.