fix: UI组件细节调整

This commit is contained in:
2026-05-06 14:24:00 +08:00
parent 7f824048da
commit e4db0a8863
6 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ public class LimitSizePanel extends JPanel {
dim.width = Math.max(dim.width, minWidth * 2);
return dim;
}
}
}