From: Roman Rolinsky Date: Sun, 10 Oct 2004 23:48:27 +0000 (+0000) Subject: Fixed spacer image X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/714457aedae9de3cd27fcff9a1cd1bec76a3ea01 Fixed spacer image git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/tools/XRCed/images.py b/wxPython/wx/tools/XRCed/images.py index 547fecfd5c..a8696676ea 100644 --- a/wxPython/wx/tools/XRCed/images.py +++ b/wxPython/wx/tools/XRCed/images.py @@ -972,14 +972,11 @@ def getToolSliderIcon(): #---------------------------------------------------------------------- def getToolSpacerData(): return \ -'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10\x00\x00\x00\x0e\x08\x06\ -\x00\x00\x00&/\x9c\x8a\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\x00\ -\x00\x80IDATx\x9c\xad\x921\n\xc0 \x0cEcqp\xccA;x\x1c\x8f\xe31<\x82C\x87\x8c\ -\x19\x84v\xb2X#j\xd1\xb7D\x84\xfc\xfc|\xa2\x10\xf1\x86\x05\x8e\x95\xe6-\x02\ -\xba\xfe "\xe0\xc4`\xb4\x115\x83\x88\xef[\xd5\x19\xc4+B\x08AL\xf2\xde\x83=\ -\xed\xa7\xb9\xb9B9\xa9\x05\x11\xf5\x058qW`\xbb\x03\x11"\'\x06\xe7\xdc\xb4\ -\x03!0\xe3\xa0\x14\x11\x02\xf5\x84\x11"\x83\xbc\xe3\xa8f\xc4\x1d\xfce\xf9\ -\x94\x1f\'>7\xcb\x89V\xb8\x08\x00\x00\x00\x00IEND\xaeB`\x82' +'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x00\x10\x00\x00\x00\x10\x08\x06\ +\x00\x00\x00\x1f\xf3\xffa\x00\x00\x00\x04sBIT\x08\x08\x08\x08|\x08d\x88\x00\ +\x00\x000IDATx\x9ccddbf\xa0\x040Q\xa4{p\x1a\xf0\xff\xdf\xdf\xff\xc4\xd00\xc0\ +H\xf5@D\xb7\x81\x90\xfc\xa8\x0bh\xe9\x82\x81K\x07t7\x00\x00\x1cB?\xcf\xcf\ +\x93qi\x00\x00\x00\x00IEND\xaeB`\x82' def getToolSpacerBitmap(): return BitmapFromImage(getToolSpacerImage())