mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update icons
This commit is contained in:
parent
d3ecb86779
commit
f62ea22387
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ impl Back {
|
|||
Self {
|
||||
button: Button::builder()
|
||||
.cursor(&Cursor::from_name("default", None).unwrap())
|
||||
.icon_name("go-previous-symbolic")
|
||||
.icon_name("go-up-symbolic")
|
||||
.margin_bottom(MARGIN)
|
||||
.margin_top(MARGIN)
|
||||
.sensitive(false)
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ impl Forward {
|
|||
Self {
|
||||
button: Button::builder()
|
||||
.cursor(&Cursor::from_name("default", None).unwrap())
|
||||
.icon_name("go-next-symbolic")
|
||||
.icon_name("go-down-symbolic")
|
||||
.margin_bottom(MARGIN)
|
||||
.margin_top(MARGIN)
|
||||
.sensitive(false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue