};
}
}
private double getNewWidth() {
ColumnDataInfo columnData = ColumnLayoutInfo.getColumnData(m_widget);
if (m_ctrlPressed) {
double width = getCurrentPercentWidth(columnData);
width += m_sizeDelta.width / 100.0;
width = roundPercentToFive(width);
//