Compare commits

..

No commits in common. "c9e99ee9ffe9b649cb04633bcfdb8d5641d40270" and "93386fa77af6ca441c2a2e102fe56ac40c5e1dd4" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public class Toolbar extends Dialog implements GameEventListener {
private Label createDiceLabel(String iconPath) { private Label createDiceLabel(String iconPath) {
Label label = new Label(""); Label label = new Label("");
IconComponent icon = new IconComponent(iconPath); IconComponent icon = new IconComponent(iconPath);
icon.setIconSize(new Vector2f(80, 80)); icon.setIconSize(new Vector2f(100, 100));
label.setIcon(icon); label.setIcon(icon);
return label; return label;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 105 KiB