Skip to content

Commit 30dcce3

Browse files
committed
fix column width change
1 parent 578b041 commit 30dcce3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

gui/builtinViewColumns/omega.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class Omega(ViewColumn):
2626

2727
def __init__(self, fittingView, params):
2828
ViewColumn.__init__(self, fittingView)
29-
self.size = 16
30-
self.maxsize = self.size
29+
self.size = 20
3130
self.mask = wx.LIST_MASK_IMAGE
3231
self.columnText = "\u03A9"
3332

0 commit comments

Comments
 (0)