13.0 pro beta., 0-d20210130.
Hi, was looking to increase heights in formitems. I had previously noted that you have height:22 in the different formitem classes, like ComboBoxItem.addProperties, SelectItem.addProperties, DateItem.addProperties etc.
What i previously had done was removing all those rows, and adding a "height:" to "isc.FormItem.addClassProperties" so that they can have the same height unless i override it in one of the class-specific sections.
However, i notice now that this doesn't work for TimeItem. I have to add the height: specifically to the 'addProperties' of TimeItem to make it change its height, it doesn't seem to take in the class property.
So, i have a couple of questions i hope you can help out with:
1. Am i missing something doing the height this way? To me, it's more logical to have it in one place rather than repeating "height:22" everywhere, unless it's a different value.
2. Why doesn't it work for timeitem? It's a formitem, no?
Cheers
Hi, was looking to increase heights in formitems. I had previously noted that you have height:22 in the different formitem classes, like ComboBoxItem.addProperties, SelectItem.addProperties, DateItem.addProperties etc.
What i previously had done was removing all those rows, and adding a "height:" to "isc.FormItem.addClassProperties" so that they can have the same height unless i override it in one of the class-specific sections.
However, i notice now that this doesn't work for TimeItem. I have to add the height: specifically to the 'addProperties' of TimeItem to make it change its height, it doesn't seem to take in the class property.
So, i have a couple of questions i hope you can help out with:
1. Am i missing something doing the height this way? To me, it's more logical to have it in one place rather than repeating "height:22" everywhere, unless it's a different value.
2. Why doesn't it work for timeitem? It's a formitem, no?
Cheers
Comment