Skip to content

Commit

Permalink
EN: Widen color picker a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcutone committed Apr 6, 2021
1 parent 0a8a6ae commit 1007312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/app/colorpicker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, parent):
id=wx.ID_ANY,
title=_translate("Color Picker"),
pos=wx.DefaultPosition,
size=wx.Size(640, 480),
size=wx.Size(680, 480),
style=wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER)

self.parent = parent
Expand Down

0 comments on commit 1007312

Please sign in to comment.