diff --git a/src/bin/launcher/ubixButton.cpp b/src/bin/launcher/ubixButton.cpp index 0a40032..0f1fdcb 100644 --- a/src/bin/launcher/ubixButton.cpp +++ b/src/bin/launcher/ubixButton.cpp @@ -15,6 +15,13 @@ } // if vSetStyle("default.button.border.size", new sSize(0, 0, 0)); + + size = dynamic_cast(vGetStyle("default.button.border.size")); + + if (size != NULL) { + cout << "size.width: " << size->width << endl; + cout << "size.height: " << size->height << endl; + } // if return; } // ubixButton::ubixButton()