Skip to content

Commit

Permalink
[4573] Adapt the palette size to its content
Browse files Browse the repository at this point in the history
Bug: #4573
Signed-off-by: Michaël Charfadi <[email protected]>
  • Loading branch information
mcharfadi committed Feb 17, 2025
1 parent b6f653d commit ef0e0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ To achieve that a new concept, `ProjectSemanticData` has been added along with a
- https://github.com/eclipse-sirius/sirius-web/issues/4501[#4501] [browser] Extract the model browser into reusable modules
- https://github.com/eclipse-sirius/sirius-web/issues/4514[#4514] [sirius-web] Added support for Ctrl+Shift+Z (Linux/macOS) to trigger redo in addition to Ctrl+Y (Windows)
- https://github.com/eclipse-sirius/sirius-web/issues/4372[#4372] [sirius-web] Lower the coupling between project and editing context
- https://github.com/eclipse-sirius/sirius-web/issues/4573[#4573] [sirius-web] Adapt the palette size to its content


== v2025.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const usePaletteStyle = makeStyles<PaletteStyleProps>()((theme, props) => ({
zIndex: 5,
position: 'fixed',
width: props.paletteWidth,
height: props.paletteHeight,
maxHeight: props.paletteHeight,
},
paletteHeader: {
cursor: 'move',
Expand Down

0 comments on commit ef0e0ea

Please sign in to comment.