mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update icons
This commit is contained in:
parent
d3ecb86779
commit
f62ea22387
@ -14,7 +14,7 @@ impl Back {
|
|||||||
Self {
|
Self {
|
||||||
button: Button::builder()
|
button: Button::builder()
|
||||||
.cursor(&Cursor::from_name("default", None).unwrap())
|
.cursor(&Cursor::from_name("default", None).unwrap())
|
||||||
.icon_name("go-previous-symbolic")
|
.icon_name("go-up-symbolic")
|
||||||
.margin_bottom(MARGIN)
|
.margin_bottom(MARGIN)
|
||||||
.margin_top(MARGIN)
|
.margin_top(MARGIN)
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
|
@ -14,7 +14,7 @@ impl Forward {
|
|||||||
Self {
|
Self {
|
||||||
button: Button::builder()
|
button: Button::builder()
|
||||||
.cursor(&Cursor::from_name("default", None).unwrap())
|
.cursor(&Cursor::from_name("default", None).unwrap())
|
||||||
.icon_name("go-next-symbolic")
|
.icon_name("go-down-symbolic")
|
||||||
.margin_bottom(MARGIN)
|
.margin_bottom(MARGIN)
|
||||||
.margin_top(MARGIN)
|
.margin_top(MARGIN)
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user