How to resize and relocate TabSheet icon?

Hello

Is it possible to resize icons in the TabSheet tabs? By default the size is 16x16 pixels but we have a need for at least 32x32 pixel icons.

It would also be nice to move the icon at the top of the caption and center it. Is that possible?

-Timo

With the default themes currently provided, not out of the box without lots of custom CSS and image manipulation.

Chameleon theme might bend to your will more easily. Start by adding

.v-tabsheet-tabitem .v-icon {
display: block;
}

to your custom theme and see what happens. Then it’s pure CSS trickery from there on.