Open MohammadKashaniJabbari opened 3 years ago
I've added fontSize field to TabItem class and that determines the size of TabData titles. If you leave it null, it will be 12.
fontSize
TabItem
TabData
I deleted const double TEXT_OFF = 3;, because there was an issue with titles of the tabs that were off and changed that into 1 + fontSize / 2
const double TEXT_OFF = 3;
1 + fontSize / 2
In the example I put it 18 and you can see it here:
can close issue #58
I've added
fontSize
field toTabItem
class and that determines the size ofTabData
titles. If you leave it null, it will be 12.I deleted
const double TEXT_OFF = 3;
, because there was an issue with titles of the tabs that were off and changed that into1 + fontSize / 2
In the example I put it 18 and you can see it here:
can close issue #58