Add new icons to fallback icon set
This commit is contained in:
parent
8810e88422
commit
7f0c34760d
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
@ -111,9 +111,14 @@ func generateSource (data []byte, width int) map[tomo.Icon] canvas.Texture {
|
|||||||
col(tomo.IconInsertLink)
|
col(tomo.IconInsertLink)
|
||||||
col(tomo.IconInsertObject)
|
col(tomo.IconInsertObject)
|
||||||
col(tomo.IconInsertText)
|
col(tomo.IconInsertText)
|
||||||
|
|
||||||
|
row()
|
||||||
// actions: list
|
// actions: list
|
||||||
col(tomo.IconListAdd)
|
col(tomo.IconListAdd)
|
||||||
col(tomo.IconListRemove)
|
col(tomo.IconListRemove)
|
||||||
|
col(tomo.IconListChoose)
|
||||||
|
col(tomo.IconListExpand)
|
||||||
|
col(tomo.IconListContract)
|
||||||
|
|
||||||
row()
|
row()
|
||||||
// actions: mail
|
// actions: mail
|
||||||
|
Loading…
Reference in New Issue
Block a user