Browse Source

缩放比例高时显示不全,间距改回到5

fbp/master
renekton 3 months ago
parent
commit
f72cd1d766
  1. 2
      designer-base/src/main/java/com/fr/design/mainframe/CenterRegionContainerPane.java

2
designer-base/src/main/java/com/fr/design/mainframe/CenterRegionContainerPane.java

@ -113,7 +113,7 @@ public class CenterRegionContainerPane extends JPanel {
combineUp = new UIToolbar(FlowLayout.LEFT);
setStyle(combineUp, TOP_TOOLS);
combineUp.setBorder(new ScaledEmptyBorder(10, 8, 10, 10));
combineUp.setLayout(new FlowLayout(FlowLayout.LEFT, scale(10), 0));
combineUp.setLayout(new FlowLayout(FlowLayout.LEFT, scale(5), 0));
setUpUpToolBar(null);
}

Loading…
Cancel
Save