projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cc2905
)
vertex color in mac os X
author
pierre
<pierre@MacBook-Pro-de-Lerass.local>
Wed, 10 Dec 2014 23:21:26 +0000
(
00:21
+0100)
committer
pierre
<pierre@MacBook-Pro-de-Lerass.local>
Wed, 10 Dec 2014 23:21:26 +0000
(
00:21
+0100)
guifunct.py
patch
|
blob
|
history
diff --git
a/guifunct.py
b/guifunct.py
index
822f213
..
44d239c
100644
(file)
--- a/
guifunct.py
+++ b/
guifunct.py
@@
-622,7
+622,7
@@
class PrefSimi ( wx.Dialog ):
self.m_staticText21.Wrap( -1 )
bSizer5.Add( self.m_staticText21, 0, wx.ALL|wx.ALIGN_CENTER_VERTICAL, 5 )
- self.cols = wx.ColourPickerCtrl( self.m_panel3, wx.ID_ANY, wx.Colour( 255, 0, 0 ), wx.DefaultPosition, wx.
Size( 10,10 )
, wx.CLRP_DEFAULT_STYLE )
+ self.cols = wx.ColourPickerCtrl( self.m_panel3, wx.ID_ANY, wx.Colour( 255, 0, 0 ), wx.DefaultPosition, wx.
DefaultSize
, wx.CLRP_DEFAULT_STYLE )
bSizer5.Add( self.cols, 0, wx.ALL, 5 )