* src/gramps.glade: disable scrollbars in Pedigree View
* src/PedView.py: Apply Martin Hawlisch's canvas resize patch svn: r4276
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2005-04-01  Don Allingham  <don@gramps-project.org> | ||||||
|  | 	* src/gramps.glade: disable scrollbars in Pedigree View | ||||||
|  | 	* src/PedView.py: Apply Martin Hawlisch's canvas resize patch | ||||||
|  |  | ||||||
| 2005-04-01  Richard Taylor <rjt-gramps@thegrindstone.me.uk> | 2005-04-01  Richard Taylor <rjt-gramps@thegrindstone.me.uk> | ||||||
| 	* src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. | 	* src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement. | ||||||
| 	 | 	 | ||||||
|   | |||||||
| @@ -534,6 +534,7 @@ class PedigreeView: | |||||||
|                    self.y1 != y1 or self.y2 != y2: |                    self.y1 != y1 or self.y2 != y2: | ||||||
|                 self.x1 = x1; self.x2 = x2 |                 self.x1 = x1; self.x2 = x2 | ||||||
|                 self.y1 = y1; self.y2 = y2 |                 self.y1 = y1; self.y2 = y2 | ||||||
|  |                 self.canvas.set_size(x2,y2) | ||||||
|                 self.load_canvas(self.active_person) |                 self.load_canvas(self.active_person) | ||||||
|         return 0 |         return 0 | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										2497
									
								
								src/gramps.glade
									
									
									
									
									
								
							
							
						
						
									
										2497
									
								
								src/gramps.glade
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user