mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-04-18 18:40:34 +08:00
Decrease the border width of scroll pane
This commit is contained in:
parent
ea7eb72cce
commit
d8086b7337
@ -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 |
Loading…
x
Reference in New Issue
Block a user