Decrease the border width of scroll pane

This commit is contained in:
huangyuhui 2017-02-27 12:45:32 +08:00
parent ea7eb72cce
commit d8086b7337
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import org.jackhuang.hmcl.laf.widget.border.NinePatchBorder;
public class ScrollPaneBorder extends NinePatchBorder {
public ScrollPaneBorder() {
super(new Insets(6, 6, 8, 6),
super(new Insets(2, 2, 2, 2),
BEScrollBarUI.ICON_9.get("scroll_pane_border"));
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 247 B