Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4460
Modified Files: pymol-py-apbstools.patch Log Message: cosmetic improvement in apbstools window Index: pymol-py-apbstools.patch =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci/pymol-py-apbstools.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pymol-py-apbstools.patch 20 Aug 2013 16:49:17 -0000 1.1 +++ pymol-py-apbstools.patch 21 Aug 2013 21:09:21 -0000 1.2 @@ -140,7 +140,7 @@ for bar in bars: bar.pack(side=LEFT) - self.ms_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) + #self.ms_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) -+ self.ms_group.grid(padx = 4, pady = 5, sticky=(N, S, E, W)) ++ self.ms_group.grid(row=1, padx = 4, pady = 5, sticky=(W)) self.fl_group = Pmw.Group(self.interior(),tag_text='Field Lines') self.fl_buttonbox = Pmw.ButtonBox(self.fl_group.interior(), padx=0) @@ -150,7 +150,7 @@ label.pack() - self.fl_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=TOP) + #self.fl_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=TOP) -+ self.fl_group.grid(padx = 4, pady = 5, sticky=(N, S, E, W)) ++ self.fl_group.grid(row=1, padx = 4, pady = 5, sticky=(E)) self.pi_group = Pmw.Group(self.interior(),tag_text='Positive Isosurface') self.pi_buttonbox = Pmw.ButtonBox(self.pi_group.interior(), padx=0) @@ -160,7 +160,7 @@ self.pos_surf_val.pack(side=LEFT) - self.pi_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) + #self.pi_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) -+ self.pi_group.grid(padx = 4, pady = 5, sticky=(N, S, E, W)) ++ self.pi_group.grid(row=2, padx = 4, pady = 5, sticky=(W)) self.ni_group = Pmw.Group(self.interior(),tag_text='Negative Isosurface') self.ni_buttonbox = Pmw.ButtonBox(self.ni_group.interior(), padx=0) @@ -170,7 +170,7 @@ self.neg_surf_val.pack(side=LEFT) - self.ni_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) + #self.ni_group.pack(fill = 'both', expand = 1, padx = 4, pady = 5, side=LEFT) -+ self.ni_group.grid(padx = 4, pady = 5, sticky=(N, S, E, W)) ++ self.ni_group.grid(row=2, padx = 4, pady = 5, sticky=(E)) ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs