Use minus sign for minus buttons in number widget.
This commit is contained in:
@@ -26,7 +26,7 @@ import appeng.core.AEConfig;
|
||||
public class NumberEntryWidget implements ITickingWidget {
|
||||
|
||||
private static final ITextComponent PLUS = new StringTextComponent("+");
|
||||
private static final ITextComponent MINUS = new StringTextComponent("+");
|
||||
private static final ITextComponent MINUS = new StringTextComponent("-");
|
||||
|
||||
private final AEBaseScreen<?> parent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user