From cb8901fe7d044ce650d835f75e1614c232229166 Mon Sep 17 00:00:00 2001 From: Markus Kreth Date: Thu, 22 Aug 2019 18:37:32 +0200 Subject: [PATCH] changed Icon for createMeldungCommand --- .classpath | 6 +++- .settings/org.eclipse.wst.common.component | 33 ++++++++++++------- .../ui/commands/CreateMeldungCommand.java | 2 +- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/.classpath b/.classpath index 1c125a8..2dd78f0 100644 --- a/.classpath +++ b/.classpath @@ -6,7 +6,11 @@ - + + + + + diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 5d2cc4e..1560fee 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,6 @@ - + + @@ -13,8 +14,9 @@ - - + + + @@ -29,7 +31,8 @@ - + + @@ -44,7 +47,8 @@ - + + @@ -59,12 +63,16 @@ - + + - + + + - + + @@ -79,7 +87,8 @@ - + + @@ -94,7 +103,8 @@ - + + @@ -109,7 +119,8 @@ - + + diff --git a/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java b/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java index ebea7b5..509e5c4 100644 --- a/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java +++ b/src/main/java/de/kreth/vaadin/clubhelper/vaadinclubhelper/ui/commands/CreateMeldungCommand.java @@ -28,7 +28,7 @@ public class CreateMeldungCommand implements ClubCommand { @Override public Resource getIcon() { - return VaadinIcons.NEWSPAPER; + return VaadinIcons.OUTBOX; } @Override