Basically, I like the default theme widgets. However, I need to change the font size on the DecoratedStackPanel widget.
I think this should be possible with something like this:
decoratedStackPanel.getElement().getStyle().setProperty("fontSize", "12pt");
However, "fontSize" is not a valid name for the property, and I have not found a way to get all the properties of the element. Therefore, I do not know the correct property name.
Any ideas?
Please do not post about widget inheritance or writing custom CSS. I like the default, but the font size. It should be possible afaik.
Xorty source share