Decrease the border width of scroll pane
This commit is contained in:
@@ -23,7 +23,7 @@ import org.jackhuang.hmcl.laf.widget.border.NinePatchBorder;
|
|||||||
public class ScrollPaneBorder extends NinePatchBorder {
|
public class ScrollPaneBorder extends NinePatchBorder {
|
||||||
|
|
||||||
public ScrollPaneBorder() {
|
public ScrollPaneBorder() {
|
||||||
super(new Insets(6, 6, 8, 6),
|
super(new Insets(2, 2, 2, 2),
|
||||||
BEScrollBarUI.ICON_9.get("scroll_pane_border"));
|
BEScrollBarUI.ICON_9.get("scroll_pane_border"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 247 B |
Reference in New Issue
Block a user