We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff9737 commit fdb3996Copy full SHA for fdb3996
1 file changed
HMCL/src/main/java/org/jackhuang/hmcl/ui/construct/ComponentListCell.java
@@ -134,7 +134,6 @@ private void updateLayout() {
134
Platform.runLater(() -> {
135
// FIXME: ComponentSubList without padding must have a 4 pixel padding for displaying a border radius.
136
double newAnimatedHeight = (list.prefHeight(list.getWidth()) + (hasPadding ? 8 + 10 : 4)) * (expanded ? 1 : -1);
137
- // double newHeight = expanded ? getHeight() + newAnimatedHeight : prefHeight(list.getWidth());
138
double contentHeight = expanded ? newAnimatedHeight : 0;
139
double targetRotate = expanded ? -180 : 0;
140
0 commit comments