JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
636 stars 30 forks source link

Fix menu dividers in bridge #361

Closed rock3r closed 2 months ago

rock3r commented 2 months ago

The main root cause was a missing return statement in retrieveIntAsDp(), but we also had terribly inconsistent values for the menus compared to the actual appearance.

I have tweaked the bridge menu style defaults to align better, but we'll have to come back to revisit the whole menu implementation to actually use the right values in the right way. The current implementation is not satisfactory.

Fixes #358