mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
change icon to application-certificate-symbolic
This commit is contained in:
parent
32cea715b5
commit
f050bd5c01
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ impl List {
|
||||||
&Image::builder()
|
&Image::builder()
|
||||||
.css_classes(["success"]) // @TODO toggle on certificate issues
|
.css_classes(["success"]) // @TODO toggle on certificate issues
|
||||||
.cursor(&Cursor::from_name("help", None).unwrap())
|
.cursor(&Cursor::from_name("help", None).unwrap())
|
||||||
.icon_name("help-about-symbolic")
|
.icon_name("application-certificate-symbolic")
|
||||||
.margin_end(4)
|
.margin_end(4)
|
||||||
.pixel_size(11)
|
.pixel_size(11)
|
||||||
.build(),
|
.build(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue