@@ -418,7 +418,7 @@ private GridPane setUpEditWorkGridPane(final Work work, final Dialog<Work> dialo
418418 }
419419
420420 private Button createCopyProjectNotesButton (final List <Work > projectWork ) {
421- final Button copyNotesButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_MULTIPLE_CLIPBOARD , 0.03 , 0.03 ));
421+ final Button copyNotesButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_MULTIPLE_CLIPBOARD_ICON , 0.03 , 0.03 ));
422422 copyNotesButton .setMaxSize (20 , 18 );
423423 copyNotesButton .setMinSize (20 , 18 );
424424 copyNotesButton .setContentDisplay (ContentDisplay .GRAPHIC_ONLY );
@@ -443,7 +443,7 @@ private Button createCopyProjectNotesButton(final List<Work> projectWork) {
443443 return copyNotesButton ;
444444 }
445445 private Button createCopyProjectNameButton (String projectName ) {
446- final Button copyProjectNameButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_CLIPBOARD , 0.03 , 0.03 ));
446+ final Button copyProjectNameButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_CLIPBOARD_ICON , 0.03 , 0.03 ));
447447 copyProjectNameButton .setMaxSize (20 , 18 );
448448 copyProjectNameButton .setMinSize (20 , 18 );
449449 copyProjectNameButton .setContentDisplay (ContentDisplay .GRAPHIC_ONLY );
@@ -462,7 +462,7 @@ private Button createCopyProjectNameButton(String projectName) {
462462 }
463463
464464 private Node createCopyWorkButton (final Work w ) {
465- final Button copyButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_CLIPBOARD , 0.03 , 0.03 ));
465+ final Button copyButton = new Button ("" , SvgNodeProvider .getSvgNodeWithScale (RESOURCE .SVG_CLIPBOARD_ICON , 0.03 , 0.03 ));
466466 copyButton .setMaxSize (20 , 18 );
467467 copyButton .setMinSize (20 , 18 );
468468 copyButton .setContentDisplay (ContentDisplay .GRAPHIC_ONLY );
0 commit comments