|
From: Alex T. <ale...@us...> - 2006-02-22 14:21:35
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30709/modules Modified Files: multipropertyEditor.rsrc.py Log Message: Change 'nudge' button backgrounds to 'none' - transparent can cause odd effects of transparency through window background. Index: multipropertyEditor.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/multipropertyEditor.rsrc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** multipropertyEditor.rsrc.py 27 Oct 2005 22:54:41 -0000 1.2 --- multipropertyEditor.rsrc.py 22 Feb 2006 14:21:22 -0000 1.3 *************** *** 432,436 **** 'position':(60, 454), 'size':(18, 24), ! 'border':'transparent', 'command':'nudge', 'file':'images/nudge_down.png', --- 432,436 ---- 'position':(60, 454), 'size':(18, 24), ! 'border':'none', 'command':'nudge', 'file':'images/nudge_down.png', *************** *** 442,446 **** 'position':(60, 399), 'size':(18, 24), ! 'border':'transparent', 'command':'nudge', 'file':'images/nudge_up.png', --- 442,446 ---- 'position':(60, 399), 'size':(18, 24), ! 'border':'none', 'command':'nudge', 'file':'images/nudge_up.png', *************** *** 462,466 **** 'position':(100, 429), 'size':(18, 24), ! 'border':'transparent', 'command':'nudge', 'file':'images/nudge_right.png', --- 462,466 ---- 'position':(100, 429), 'size':(18, 24), ! 'border':'none', 'command':'nudge', 'file':'images/nudge_right.png', *************** *** 472,476 **** 'position':(23, 430), 'size':(18, 24), ! 'border':'transparent', 'command':'nudge', 'file':'images/nudge_left.png', --- 472,476 ---- 'position':(23, 430), 'size':(18, 24), ! 'border':'none', 'command':'nudge', 'file':'images/nudge_left.png', |