mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +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 {
|
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…
Add table
Add a link
Reference in a new issue