mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update icon name, use accent color class for symbolic presentation
This commit is contained in:
parent
5ae2c2327a
commit
1ae2949f9c
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@ impl List {
|
||||||
|
|
||||||
subtitle.append(
|
subtitle.append(
|
||||||
&Image::builder()
|
&Image::builder()
|
||||||
|
.css_classes(["accent"])
|
||||||
.cursor(&Cursor::from_name("help", None).unwrap())
|
.cursor(&Cursor::from_name("help", None).unwrap())
|
||||||
.icon_name("dialog-information")
|
.icon_name("help-about-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