This commit is contained in:
Mirco Wittrien 2021-02-06 20:27:22 +01:00
parent 42aba29ded
commit c4a97c2e91
2 changed files with 3 additions and 3 deletions

View File

@ -7965,8 +7965,8 @@ module.exports = (_ => {
labelChildren: BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.Clickable, {
children: BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.SvgIcon, {
name: InternalComponents.LibraryComponents.SvgIcon.Names.QUESTIONMARK,
width: 16,
height: 16,
width: 20,
height: 20,
onClick: _ => BDFDB.ModalUtils.open(BDFDB, {
header: "Plugins",
subHeader: "",

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="black" d="M 2 4 C 0.89200007 4 0 4.8920001 0 6 L 0 18 C 0 19.108 0.89200007 20 2 20 L 22 20 C 23.108 20 24 19.108 24 18 L 24 6 C 24 4.8920001 23.108 4 22 4 L 2 4 z M 3.6660156 6 L 20.333984 6 C 21.257318 6 22 6.669 22 7.5 L 22 16.5 C 22 17.331 21.257318 18 20.333984 18 L 3.6660156 18 C 2.7426823 18 2 17.331 2 16.5 L 2 7.5 C 2 6.669 2.7426823 6 3.6660156 6 z M 13.666016 7 C 13.296682 7 13 7.2672094 13 7.5996094 L 13 11.199219 C 13 11.531619 13.296682 11.800781 13.666016 11.800781 L 20.333984 11.800781 C 20.703318 11.800781 21 11.531619 21 11.199219 L 21 7.5996094 C 21 7.2672094 20.703318 7 20.333984 7 L 13.666016 7 z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="black" d="M 2,3 C 0.89200007,3 0,4.0035001 0,5.25 v 13.5 C 0,19.9965 0.89200007,21 2,21 h 20 c 1.108,0 2,-1.0035 2,-2.25 V 5.25 C 24,4.0035001 23.108,3 22,3 Z M 3.6660156,5.25 H 20.333984 C 21.257318,5.25 22,6.002625 22,6.9375 v 10.125 C 22,17.997375 21.257318,18.75 20.333984,18.75 H 3.6660156 C 2.7426823,18.75 2,17.997375 2,17.0625 V 6.9375 C 2,6.002625 2.7426823,5.25 3.6660156,5.25 Z M 13.666016,6.2995605 C 13.296682,6.2995605 13,6.6001711 13,6.9741211 v 4.0495599 c 0,0.37395 0.296682,0.676758 0.666016,0.676758 h 6.667968 C 20.703318,11.700439 21,11.397631 21,11.023681 V 6.9741211 c 0,-0.37395 -0.296682,-0.6745606 -0.666016,-0.6745606 z"/></svg>

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 750 B