136 {
137 float title_size = 20;
138 float spacing = 20;
139
140
141 float wgt_content_size_x;
142 float wgt_content_size_y;
144
145
146 float wgt_root_size_x;
147 float wgt_root_size_y;
148 m_WgtRoot.GetSize( wgt_root_size_x, wgt_root_size_y );
149
150
151 float new_size_y = title_size + wgt_content_size_y + spacing;
152
153
154 m_WgtRoot.SetSize( wgt_root_size_x, new_size_y );
155 }
class DebugModifierData m_WgtModifiersContent