[gedit-latex] Table is now a Grid



commit ae44b01b1c611c3cbfb52f36d817bd159d9f9de3
Author: Pietro Battiston <pbattiston src gnome org>
Date:   Sun May 1 11:06:10 2016 +0200

    Table is now a Grid

 latex/latex/dialogs.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/latex/dialogs.py b/latex/latex/dialogs.py
index f846dae..bea32ef 100644
--- a/latex/latex/dialogs.py
+++ b/latex/latex/dialogs.py
@@ -1056,7 +1056,7 @@ class BuildImageDialog(GladeInterface):
     def _getDialog(self):
         if not self._dialog:
             self._dialog = self.find_widget("dialogRenderImage")
-            self.find_widget("table").set_col_spacing(0, 20)
+            self.find_widget("grid1").set_column_spacing(20)
 
             # PNG mode
 


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