Skip to content
Snippets Groups Projects
Commit 77a53d2a authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

minor fix

parent 95170983
Branches
Tags
No related merge requests found
......@@ -36,8 +36,10 @@ public class BButton extends BControl {
192, 192, 192));
initAttribute(AttributeConstants.ATTRIBUTE_TEXT_COLOR, new RGB(0, 0, 0));
initAttribute(AttributeConstants.ATTRIBUTE_ENABLED, true);
initAttribute(AttributeConstants.ATTRIBUTE_HEIGHT, 25);
initAttribute(AttributeConstants.ATTRIBUTE_WIDTH, 100);
initAttribute(AttributeConstants.ATTRIBUTE_HEIGHT, 25,
AttributeConstants.ATTRIBUTE_SIZE);
initAttribute(AttributeConstants.ATTRIBUTE_WIDTH, 100,
AttributeConstants.ATTRIBUTE_SIZE);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment