diff options
author | pacien | 2020-02-08 18:20:50 +0100 |
---|---|---|
committer | pacien | 2020-02-08 18:20:50 +0100 |
commit | 1942eb9e6d323aca512e53732179c823139dd9a1 (patch) | |
tree | af2ff6bab51c339197e1cd01ba7711977fc221f6 /viewer/src/plugins | |
parent | a286e822c37a17efc80e99b13d5cc02fef4ee138 (diff) | |
download | ldgallery-1942eb9e6d323aca512e53732179c823139dd9a1.tar.gz |
viewer: ldcommand:Â clarify command button actions
By using more explicit icons and tooltip.
Diffstat (limited to 'viewer/src/plugins')
-rw-r--r-- | viewer/src/plugins/fontawesome.ts | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/viewer/src/plugins/fontawesome.ts b/viewer/src/plugins/fontawesome.ts index d70746d..e8848f9 100644 --- a/viewer/src/plugins/fontawesome.ts +++ b/viewer/src/plugins/fontawesome.ts | |||
@@ -30,9 +30,8 @@ import { | |||
30 | faHome, | 30 | faHome, |
31 | faArrowLeft, | 31 | faArrowLeft, |
32 | faLevelUpAlt, | 32 | faLevelUpAlt, |
33 | faTags, | ||
34 | faAngleRight, | 33 | faAngleRight, |
35 | faWindowClose, | 34 | faAngleDoubleLeft, |
36 | faFile, | 35 | faFile, |
37 | } from "@fortawesome/free-solid-svg-icons"; | 36 | } from "@fortawesome/free-solid-svg-icons"; |
38 | 37 | ||
@@ -45,9 +44,8 @@ library.add( | |||
45 | faHome, | 44 | faHome, |
46 | faArrowLeft, | 45 | faArrowLeft, |
47 | faLevelUpAlt, | 46 | faLevelUpAlt, |
48 | faTags, | ||
49 | faAngleRight, | 47 | faAngleRight, |
50 | faWindowClose, | 48 | faAngleDoubleLeft, |
51 | faFile, | 49 | faFile, |
52 | ); | 50 | ); |
53 | 51 | ||