Add icon sets for sizes 8, 12 and 16, remove old icons
This commit is contained in:
parent
bb91492098
commit
46384e71b7
150 changed files with 331 additions and 148 deletions
|
@ -118,7 +118,7 @@ impl View for Toolbar {
|
|||
.with_child(
|
||||
Flex::row()
|
||||
.with_child(nav_button(
|
||||
"icons/Icon16ArrowLeft.svg",
|
||||
"icons/arrow_left_16.svg",
|
||||
button_style,
|
||||
tooltip_style.clone(),
|
||||
enable_go_backward,
|
||||
|
@ -131,7 +131,7 @@ impl View for Toolbar {
|
|||
cx,
|
||||
))
|
||||
.with_child(nav_button(
|
||||
"icons/Icon16ArrowRight.svg",
|
||||
"icons/arrow_right_16.svg",
|
||||
button_style,
|
||||
tooltip_style.clone(),
|
||||
enable_go_forward,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue