Skip to content

Commit 33224ab

Browse files
author
Jan Bodnar
committed
update
1 parent 1d09868 commit 33224ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/helpwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def InitUI(self):
5151

5252
closeBtn = wx.BitmapButton(header, wx.ID_ANY, wx.Bitmap('closebutton.png',
5353
wx.BITMAP_TYPE_PNG), style=wx.NO_BORDER)
54-
5554
closeBtn.SetBackgroundColour('#6f6a59')
55+
5656
hbox.Add(closeBtn, 0, wx.TOP|wx.BOTTOM, 8)
5757
header.SetSizer(hbox)
5858

0 commit comments

Comments
 (0)