Fixed a few issues.

Sat, 21 Oct 2017 14:43:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 21 Oct 2017 14:43:51 +0200
changeset 5915
4bdac859df60
parent 5914
e44c04a89dbc
child 5917
ba1312abe858

Fixed a few issues.

UI/CodeDocumentationViewer.py file | annotate | diff | comparison | revisions
UI/data/__init__.py file | annotate | diff | comparison | revisions
eric6.e4p file | annotate | diff | comparison | revisions
--- a/UI/CodeDocumentationViewer.py	Thu Oct 19 19:39:59 2017 +0200
+++ b/UI/CodeDocumentationViewer.py	Sat Oct 21 14:43:51 2017 +0200
@@ -222,6 +222,7 @@
         
         self.verticalLayout = QVBoxLayout(self)
         self.verticalLayout.setObjectName("verticalLayout")
+        self.verticalLayout.setContentsMargins(3, 3, 3, 3)
         
         # top row of widgets
         self.horizontalLayout = QHBoxLayout()
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/UI/data/__init__.py	Sat Oct 21 14:43:51 2017 +0200
@@ -0,0 +1,8 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2017 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Package defining some data used by UI widgets.
+"""
--- a/eric6.e4p	Thu Oct 19 19:39:59 2017 +0200
+++ b/eric6.e4p	Sat Oct 21 14:43:51 2017 +0200
@@ -1247,6 +1247,7 @@
     <Source>UI/SymbolsWidget.py</Source>
     <Source>UI/UserInterface.py</Source>
     <Source>UI/__init__.py</Source>
+    <Source>UI/data/__init__.py</Source>
     <Source>UI/data/codeDocumentationViewer_rc.py</Source>
     <Source>Utilities/AutoSaver.py</Source>
     <Source>Utilities/BackgroundClient.py</Source>
@@ -2021,14 +2022,14 @@
   <Interfaces/>
   <Others>
     <Other>.hgignore</Other>
+    <Other>APIs/Python/zope-2.10.7.api</Other>
+    <Other>APIs/Python/zope-2.11.2.api</Other>
+    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/Python3/PyQt4.bas</Other>
     <Other>APIs/Python3/PyQt5.bas</Other>
     <Other>APIs/Python3/QScintilla2.bas</Other>
     <Other>APIs/Python3/eric6.api</Other>
     <Other>APIs/Python3/eric6.bas</Other>
-    <Other>APIs/Python/zope-2.10.7.api</Other>
-    <Other>APIs/Python/zope-2.11.2.api</Other>
-    <Other>APIs/Python/zope-3.3.1.api</Other>
     <Other>APIs/QSS/qss.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>APIs/Ruby/Ruby-1.8.7.bas</Other>

eric ide

mercurial