SmartClient_v100p_2014-12-13_Pro
I increased the tabbar height for an application that will be used on a tablet. It was straightforward, I just added:
to the tabset definition.
This works well except that the tabbar baseline in not rendered correctly. You can highlight the problem by increasing the baseline thickness:
The baseline is drawn correctly underneath the tabs, but it is drawn at the wrong height in the part of the tabbar where there are no tabs.
Andrew
I increased the tabbar height for an application that will be used on a tablet. It was straightforward, I just added:
Code:
<tabBarProperties> <height>30</height> </tabBarProperties>
This works well except that the tabbar baseline in not rendered correctly. You can highlight the problem by increasing the baseline thickness:
Code:
<tabBarProperties> <height>30</height> <baseLineThickness>5</baseLineThickness> </tabBarProperties>
Andrew
Comment