Use an SVG image for clipboard instead of unicode character
This commit is contained in:
parent
00f2bf40d6
commit
7450f70ae2
9 changed files with 49 additions and 11 deletions
|
@ -41,6 +41,9 @@ crate static BRUSH_SVG: &[u8] = include_bytes!("static/brush.svg");
|
|||
/// The file contents of `wheel.svg`, the icon used for the settings button.
|
||||
crate static WHEEL_SVG: &[u8] = include_bytes!("static/wheel.svg");
|
||||
|
||||
/// The file contents of `clipboard.svg`, the icon used for the "copy path" button.
|
||||
crate static CLIPBOARD_SVG: &[u8] = include_bytes!("static/clipboard.svg");
|
||||
|
||||
/// The file contents of `down-arrow.svg`, the icon used for the crate choice combobox.
|
||||
crate static DOWN_ARROW_SVG: &[u8] = include_bytes!("static/down-arrow.svg");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue