you might try mess around with Views/SkillInfoView.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 49995 $ (must be within the first 200 characters of the file) -->
<View view_layout="vertical"
label_text_color = "#E68D2F"
content_text_color = "#898B88"
label_text_font = "NORMAL"
content_text_font = "NORMAL"
>
<TextView name="LabelView" default_color = "active" font="NORMAL" />
<View name="ContentView" h_alignment="LEFT" view_layout="vertical">
<TextView name="SkillDescription"
layout_borders="Rect(0,0,0,15)"
pref_size_mode="FLEXIBLE_WIDTH"
feature_flags="TVF_MULTILINE |TVF_WORD_WRAP"
/>
<DualColView name="SkillContainer" mid_spacer="30">
<DualColItemView name="Skill"/>
<DualColItemView name="SkillMax"/>
</DualColView>
<TextView name="GeneralInfo"
layout_borders="Rect(0,15,0,0)"
pref_size_mode="FLEXIBLE_WIDTH"
feature_flags="TVF_MULTILINE |TVF_WORD_WRAP"
/>
</View>
</View>
didn`t do it myself (yet) so can`t help with describing which is which but it`s not so complex ;p