[gedit-latex] Fix gtk box packing
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Fix gtk box packing
- Date: Fri, 24 Jun 2011 05:50:26 +0000 (UTC)
commit 1460881ca4202cf8d837222314a405ed00ae9b87
Author: John Stowers <john stowers gmail com>
Date: Fri Jun 24 16:25:41 2011 +1200
Fix gtk box packing
latex/latex/views.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/latex/views.py b/latex/latex/views.py
index 67aa694..f2189ef 100755
--- a/latex/latex/views.py
+++ b/latex/latex/views.py
@@ -144,7 +144,7 @@ class LaTeXSymbolMapView(SideView):
expander.connect("notify::expanded", self.__on_group_expanded, group.label)
- self.__box.pack_start(expander, False)
+ self.__box.pack_start(expander, False, False, 0)
def __on_group_expanded(self, expander, paramSpec, group_label):
"""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]