if (!widthBox.getText().equals("mixed")) {
            final String widthText = widthBox.getText().replace("cm", "");
            final double customWidth = asDouble(widthText);
            widthBox.setText(customWidth + " cm");