From: Kevin A. <ka...@us...> - 2004-08-09 23:04:27
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14319/tools/resourceEditor/modules Modified Files: backgroundInfoDialog.rsrc.py menuDialog.rsrc.py Log Message: fixed position and size for Mac Index: backgroundInfoDialog.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/backgroundInfoDialog.rsrc.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** backgroundInfoDialog.rsrc.py 13 Sep 2002 18:55:16 -0000 1.1 --- backgroundInfoDialog.rsrc.py 9 Aug 2004 23:04:19 -0000 1.2 *************** *** 8,12 **** 'name':'stcName', 'position':(10, 10), - 'size':(45, -1), 'text':'Name:', }, --- 8,11 ---- *************** *** 15,19 **** 'name':'stcTitle', 'position':(10, 35), - 'size':(45, -1), 'text':'Title:', }, --- 14,17 ---- *************** *** 22,26 **** 'name':'stcPosition', 'position':(10, 60), - 'size':(45, -1), 'text':'Position:', }, --- 20,23 ---- *************** *** 29,33 **** 'name':'stcSize', 'position':(10, 85), - 'size':(45, -1), 'text':'Size:', }, --- 26,29 ---- *************** *** 36,40 **** 'name':'stcForegroundColor', 'position':(10, 110), - 'size':(90, -1), 'text':'Foreground color:', }, --- 32,35 ---- *************** *** 43,47 **** 'name':'stcBackgroundColor', 'position':(10, 135), ! 'size':(90, -1), 'text':'Background color:', }, --- 38,42 ---- 'name':'stcBackgroundColor', 'position':(10, 135), ! #'size':(90, -1), 'text':'Background color:', }, *************** *** 50,54 **** 'name':'stcImage', 'position':(10, 160), - 'size':(45, -1), 'text':'Image:', }, --- 45,48 ---- *************** *** 57,61 **** 'name':'stcIcon', 'position':(10, 210), - 'size':(45, -1), 'text':'Icon:', }, --- 51,54 ---- *************** *** 63,73 **** {'type':'TextField', 'name':'fldName', ! 'position':(110, 5), ! 'size':(188, -1), }, {'type':'TextField', 'name':'fldTitle', ! 'position':(110, 30), 'size':(188, -1), }, --- 56,65 ---- {'type':'TextField', 'name':'fldName', ! 'position':(130, 5), }, {'type':'TextField', 'name':'fldTitle', ! 'position':(130, 30), 'size':(188, -1), }, *************** *** 75,91 **** {'type':'TextField', 'name':'fldPosition', ! 'position':(110, 55), ! 'size':(68, -1), }, {'type':'TextField', 'name':'fldSize', ! 'position':(110, 80), ! 'size':(68, -1), }, {'type':'TextField', 'name':'fldForegroundColor', ! 'position':(110, 110), 'size':(100, -1), }, --- 67,83 ---- {'type':'TextField', 'name':'fldPosition', ! 'position':(130, 55), ! 'size':(80, -1), }, {'type':'TextField', 'name':'fldSize', ! 'position':(130, 80), ! 'size':(80, -1), }, {'type':'TextField', 'name':'fldForegroundColor', ! 'position':(130, 110), 'size':(100, -1), }, *************** *** 93,97 **** {'type':'Button', 'name':'btnForegroundColor', ! 'position':(230, 110), 'label':'Color...', }, --- 85,89 ---- {'type':'Button', 'name':'btnForegroundColor', ! 'position':(250, 110), 'label':'Color...', }, *************** *** 99,103 **** {'type':'TextField', 'name':'fldBackgroundColor', ! 'position':(110, 135), 'size':(100, -1), }, --- 91,95 ---- {'type':'TextField', 'name':'fldBackgroundColor', ! 'position':(130, 135), 'size':(100, -1), }, *************** *** 105,109 **** {'type':'Button', 'name':'btnBackgroundColor', ! 'position':(230, 135), 'label':'Color...', }, --- 97,101 ---- {'type':'Button', 'name':'btnBackgroundColor', ! 'position':(250, 135), 'label':'Color...', }, *************** *** 111,115 **** {'type':'TextField', 'name':'fldImage', ! 'position':(110, 160), 'size':(100, -1), }, --- 103,107 ---- {'type':'TextField', 'name':'fldImage', ! 'position':(130, 160), 'size':(100, -1), }, *************** *** 117,121 **** {'type':'Button', 'name':'btnFile', ! 'position':(230, 160), 'label':'File...', }, --- 109,113 ---- {'type':'Button', 'name':'btnFile', ! 'position':(250, 160), 'label':'File...', }, *************** *** 123,127 **** {'type':'CheckBox', 'name':'chkTiled', ! 'position':(110, 185), 'size':(135, -1), 'checked':0, --- 115,119 ---- {'type':'CheckBox', 'name':'chkTiled', ! 'position':(130, 185), 'size':(135, -1), 'checked':0, *************** *** 131,135 **** {'type':'TextField', 'name':'fldIcon', ! 'position':(110, 210), 'size':(100, -1), }, --- 123,127 ---- {'type':'TextField', 'name':'fldIcon', ! 'position':(130, 210), 'size':(100, -1), }, *************** *** 137,141 **** {'type':'Button', 'name':'btnIconFile', ! 'position':(230, 210), 'label':'File...', }, --- 129,133 ---- {'type':'Button', 'name':'btnIconFile', ! 'position':(250, 210), 'label':'File...', }, *************** *** 143,148 **** {'type':'CheckBox', 'name':'chkStatusBar', ! 'position':(110, 235), ! 'size':(135, -1), 'checked':0, 'label':'Status bar on window', --- 135,139 ---- {'type':'CheckBox', 'name':'chkStatusBar', ! 'position':(130, 235), 'checked':0, 'label':'Status bar on window', *************** *** 151,155 **** {'type':'CheckBox', 'name':'chkVisible', ! 'position':(110, 260), 'size':(135, -1), 'checked':1, --- 142,146 ---- {'type':'CheckBox', 'name':'chkVisible', ! 'position':(130, 260), 'size':(135, -1), 'checked':1, *************** *** 159,163 **** {'type':'CheckBox', 'name':'chkResizeable', ! 'position':(110, 285), 'size':(135, -1), 'checked':0, --- 150,154 ---- {'type':'CheckBox', 'name':'chkResizeable', ! 'position':(130, 285), 'size':(135, -1), 'checked':0, Index: menuDialog.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/menuDialog.rsrc.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** menuDialog.rsrc.py 9 Aug 2004 22:46:56 -0000 1.4 --- menuDialog.rsrc.py 9 Aug 2004 23:04:19 -0000 1.5 *************** *** 2,6 **** 'name':'menuDialog', 'title':'Menu Editor', - 'position':(20, 50), 'size':(480, 300), 'components': [ --- 2,5 ---- |