Skip to content

Commit cbd9fa1

Browse files
committed
small change.
1 parent df360a7 commit cbd9fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ss/editor/ui/component/asset/tree/ResourceTree.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private void repaint() {
275275
//FIXME temp fix how to refresh
276276
var stage = EditorUtil.getFxStage();
277277
var old = stage.getWidth();
278-
stage.setWidth(old + 1);
278+
stage.setWidth(old + 3);
279279

280280
Platform.runLater(() -> stage.setWidth(old));
281281
}

0 commit comments

Comments
 (0)