Skip to content

Commit

Permalink
#24 Columns now resize automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Arrieta committed Jan 16, 2017
1 parent fef01d5 commit fefedb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wizard/controller/frmDataConfigPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ def setInputGrid(self, data):
# Assign the table to the grid control.
self.m_listCtrl1.setTable(base)

for column in range(self.m_listCtrl1.GetNumberCols()):
self.m_listCtrl1.AutoSizeColLabelSize(column)
self.m_listCtrl1.AutoSizeColumns()

def setInputMappingList(self, existingData, read):
"""
Expand Down

0 comments on commit fefedb6

Please sign in to comment.