For a touchscreen I need to increase the height of my buttons in a ABAP WebDynpro Application. Because there's no attribute for the height I read that it should be possible to add an image to the MIME Repository and then add this image to the button. I also read that it might be possible to create a own theme with a .css file.
The last one sounds a little bit better to me. Does anyone know how I can create such a theme and apply it to my application?
Thanks for your help!
The simpliest way of resizing height is using MIME image, which I want to describe here:
imageSource
property of button element, where you can find it on Component images tab.Voilá! The button adopted the dimensions of the image.