|
From: Kevin A. <ka...@us...> - 2004-08-17 22:51:49
|
Update of /cvsroot/pythoncard/PythonCard/samples/widgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3159 Modified Files: widgets.rsrc.py Log Message: Mac layout tweaks Index: widgets.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/widgets/widgets.rsrc.py,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** widgets.rsrc.py 18 Jul 2004 16:43:28 -0000 1.23 --- widgets.rsrc.py 17 Aug 2004 17:37:03 -0000 1.24 *************** *** 6,10 **** 'title':'Widgets Test', 'position':(5, 5), ! 'size':(700, 600), 'menubar': {'type':'MenuBar', --- 6,10 ---- 'title':'Widgets Test', 'position':(5, 5), ! 'size':(800, 600), 'menubar': {'type':'MenuBar', *************** *** 57,61 **** {'type':'StaticText', 'name':'labelHtmlWindow', ! 'position':(496, 264), 'text':'HtmlWindow:', }, --- 57,61 ---- {'type':'StaticText', 'name':'labelHtmlWindow', ! 'position':(546, 264), 'text':'HtmlWindow:', }, *************** *** 63,67 **** {'type':'HtmlWindow', 'name':'htmHtmlWindow', ! 'position':(490, 288), 'size':(195, 150), 'backgroundColor':(255, 255, 255), --- 63,67 ---- {'type':'HtmlWindow', 'name':'htmHtmlWindow', ! 'position':(540, 288), 'size':(195, 150), 'backgroundColor':(255, 255, 255), *************** *** 139,144 **** {'type':'StaticBox', 'name':'StaticBox1', ! 'position':(493, 10), ! 'size':(193, 242), 'label':'Attributes', }, --- 139,144 ---- {'type':'StaticBox', 'name':'StaticBox1', ! 'position':(543, 10), ! 'size':(250, 242), 'label':'Attributes', }, *************** *** 147,151 **** 'name':'staticMenuUnderline', 'position':(0, 0), ! 'size':(694, -1), 'layout':'horizontal', }, --- 147,151 ---- 'name':'staticMenuUnderline', 'position':(0, 0), ! 'size':(800, -1), 'layout':'horizontal', }, *************** *** 153,157 **** {'type':'CheckBox', 'name':'chkEnabled', ! 'position':(500, 30), 'checked':True, 'label':'Enabled', --- 153,157 ---- {'type':'CheckBox', 'name':'chkEnabled', ! 'position':(550, 30), 'checked':True, 'label':'Enabled', *************** *** 160,164 **** {'type':'CheckBox', 'name':'chkVisible', ! 'position':(500, 50), 'checked':True, 'label':'Visible', --- 160,164 ---- {'type':'CheckBox', 'name':'chkVisible', ! 'position':(550, 50), 'checked':True, 'label':'Visible', *************** *** 167,171 **** {'type':'CheckBox', 'name':'chkEditable', ! 'position':(500, 70), 'checked':True, 'label':'Editable', --- 167,171 ---- {'type':'CheckBox', 'name':'chkEditable', ! 'position':(550, 70), 'checked':True, 'label':'Editable', *************** *** 174,178 **** {'type':'Button', 'name':'btnBackgroundColor', ! 'position':(500, 95), 'label':'BackgroundColor', }, --- 174,178 ---- {'type':'Button', 'name':'btnBackgroundColor', ! 'position':(550, 95), 'label':'BackgroundColor', }, *************** *** 180,184 **** {'type':'Button', 'name':'btnForegroundColor', ! 'position':(500, 125), 'label':'ForegroundColor', }, --- 180,184 ---- {'type':'Button', 'name':'btnForegroundColor', ! 'position':(550, 125), 'label':'ForegroundColor', }, *************** *** 186,190 **** {'type':'Button', 'name':'btnFont', ! 'position':(500, 155), 'label':'Font', }, --- 186,190 ---- {'type':'Button', 'name':'btnFont', ! 'position':(550, 155), 'label':'Font', }, *************** *** 192,196 **** {'type':'Button', 'name':'btnToolTip', ! 'position':(500, 185), 'label':'ToolTip', }, --- 192,196 ---- {'type':'Button', 'name':'btnToolTip', ! 'position':(550, 185), 'label':'ToolTip', }, *************** *** 198,202 **** {'type':'Button', 'name':'btnBgBackgroundColor', ! 'position':(500, 215), 'label':'Background BackgroundColor', }, --- 198,202 ---- {'type':'Button', 'name':'btnBgBackgroundColor', ! 'position':(550, 215), 'label':'Background BackgroundColor', }, *************** *** 246,250 **** {'type':'StaticText', 'name':'labelChoice', ! 'position':(5, 350), 'text':'Choice:', }, --- 246,250 ---- {'type':'StaticText', 'name':'labelChoice', ! 'position':(5, 360), 'text':'Choice:', }, *************** *** 252,256 **** {'type':'StaticText', 'name':'labelList', ! 'position':(5, 380), 'text':'List:', }, --- 252,256 ---- {'type':'StaticText', 'name':'labelList', ! 'position':(5, 390), 'text':'List:', }, *************** *** 283,287 **** 'name':'fldTextFieldNoBorder', 'position':(315, 150), ! 'size':(150, 25), 'border':'none', 'text':'TextField with no border', --- 283,287 ---- 'name':'fldTextFieldNoBorder', 'position':(315, 150), ! 'size':(180, -1), 'border':'none', 'text':'TextField with no border', *************** *** 337,341 **** {'type':'Choice', 'name':'popChoice', ! 'position':(100, 350), 'items':['one', 'two', 'three'], 'stringSelection':'two', --- 337,341 ---- {'type':'Choice', 'name':'popChoice', ! 'position':(100, 360), 'items':['one', 'two', 'three'], 'stringSelection':'two', *************** *** 344,348 **** {'type':'List', 'name':'lstList', ! 'position':(100, 380), 'items':['one', 'two', 'three'], 'stringSelection':'three', --- 344,349 ---- {'type':'List', 'name':'lstList', ! 'position':(100, 390), ! 'size':(-1, 70), 'items':['one', 'two', 'three'], 'stringSelection':'three', *************** *** 368,372 **** {'type':'ImageButton', 'name':'imgImageButton', ! 'position':(385, 110), 'border':'transparent', 'file':'edit.gif', --- 369,373 ---- {'type':'ImageButton', 'name':'imgImageButton', ! 'position':(405, 110), 'border':'transparent', 'file':'edit.gif', |