mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +00:00
update icons
This commit is contained in:
parent
d3ecb86779
commit
f62ea22387
@ -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…
x
Reference in New Issue
Block a user