Skip to content

Commit

Permalink
CSSTUDIO-2648 Add new icon for adding layouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamwolk committed Jan 9, 2025
1 parent a0e3746 commit d051c56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public class PhoebusApplication extends Application {
/**
* Menu to add a layout to the current layout
*/
private final Menu add_layout = new Menu(Messages.AddLayout, ImageCache.getImageView(ImageCache.class, "/icons/layouts.png"));
private final Menu add_layout = new Menu(Messages.AddLayout, ImageCache.getImageView(ImageCache.class, "/icons/add_layout.png"));

/**
* List of memento names
Expand Down
Binary file added core/ui/src/main/resources/icons/add_layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d051c56

Please sign in to comment.