You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the latest snapshot of darklaf, v3.0.3, the positioning of some of my buttons has become messed up. I've been able to trace the issue down to commit 45679f6.
To Reproduce
Issue is happening for the following widgets:
UPDATE: I'm able to resolve this issue when I remove the 20 offset from the shadowSize in core/src/main/java/com/github/weisj/darklaf/ui/button/DarkButtonBorder.java
// This causes an issueshadowSize = UIManager.getInt("Button.shadowHeight") + 20;
// This works!shadowSize = UIManager.getInt("Button.shadowHeight");
SiboVG
added a commit
to SiboVG/openrocket
that referenced
this issue
Jul 16, 2023
Describe the bug
When using the latest snapshot of darklaf, v3.0.3, the positioning of some of my buttons has become messed up. I've been able to trace the issue down to commit 45679f6.
To Reproduce
Issue is happening for the following widgets:
Screenshots
Additional Information:
latest.integration
version please try to replicate the issue with the latest stable release.The text was updated successfully, but these errors were encountered: