Commit 38aaa6addc93bcc1d65ecf55e953eb057349604c
1 parent
dd7c811b
Exists in
master
and in
6 other branches
ENH: Eye on win32
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/gui/data_notebook.py
... | ... | @@ -1013,8 +1013,8 @@ class MeasuresListCtrlPanel(wx.ListCtrl, listmix.TextEditMixin): |
1013 | 1013 | self.InsertColumn(3, _("Type")) |
1014 | 1014 | self.InsertColumn(4, _("Value"), wx.LIST_FORMAT_RIGHT) |
1015 | 1015 | |
1016 | - self.SetColumnWidth(0, 15) | |
1017 | - self.SetColumnWidth(1, 70) | |
1016 | + self.SetColumnWidth(0, 20) | |
1017 | + self.SetColumnWidth(1, 65) | |
1018 | 1018 | self.SetColumnWidth(2, 55) |
1019 | 1019 | self.SetColumnWidth(3, 50) |
1020 | 1020 | self.SetColumnWidth(4, 75) | ... | ... |