|
|
|
@ -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); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|