[gedit-latex] Fix packing in outline



commit 784d9be6b5d752f9df44c618016edbf8cb87b5ba
Author: John Stowers <john stowers gmail com>
Date:   Fri Jun 24 09:50:31 2011 +1200

    Fix packing in outline

 latex/outline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/outline.py b/latex/outline.py
index 9e76f59..1b99470 100644
--- a/latex/outline.py
+++ b/latex/outline.py
@@ -113,7 +113,7 @@ class BaseOutlineView(SideView):
 		scrolled.add(self._view)
 		scrolled.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC)
 		
-		self.pack_start(scrolled, True, False, 0)
+		self.pack_start(scrolled, True, True, 0)
 		
 		# this holds a list of the currently expanded paths
 		self._expandedPaths = None



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]