Skip to content

Commit

Permalink
[2004] Add an optional icon to select widget options
Browse files Browse the repository at this point in the history
Bug: eclipse-sirius#2004
Signed-off-by: Michaël Charfadi <michael.charfadi@obeosoft.com>
  • Loading branch information
mcharfadi committed Jun 9, 2023
1 parent 0a02fe4 commit ab4a297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ Introducing a generator of builders aimed to help creating view programmatically
- https://github.com/eclipse-sirius/sirius-components/issues/1989[#1979] [diagram] Contribute a new way to render diagrams to evaluate an alternate layouting strategy
- https://github.com/eclipse-sirius/sirius-components/issues/1996[#1996] [explorer] Add an Expand All menu item contribution to the Explorer View.
- https://github.com/eclipse-sirius/sirius-components/issues/1966[#1966] [view] Add Selection Description in the View DSL
- https://github.com/eclipse-sirius/sirius-components/issues/2004[#2004] [form] Add the possibility to show select options' icons.
+
image:doc/screenshots/ShowIconOptionSelectWidget.jpg[Icons on select widget option,70%,30%]

=== Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<artifactId>sirius-components-forms</artifactId>
<version>2023.4.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.sirius</groupId>
<artifactId>sirius-components-forms</artifactId>
<version>2023.4.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.sirius</groupId>
<artifactId>sirius-components-collaborative-forms</artifactId>
Expand Down

0 comments on commit ab4a297

Please sign in to comment.