Fixed a small visual bug. release-10.1.7

Fri, 29 Nov 2024 13:10:21 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 29 Nov 2024 13:10:21 +0100
changeset 65
0cf07db68753
parent 64
03ccfd615e7c
child 66
026623871262

Fixed a small visual bug.

OllamaInterface/OllamaWidget.py file | annotate | diff | comparison | revisions
PluginAiOllama.py file | annotate | diff | comparison | revisions
PluginAiOllama.zip file | annotate | diff | comparison | revisions
changelog.md file | annotate | diff | comparison | revisions
--- a/OllamaInterface/OllamaWidget.py	Fri Nov 29 13:09:48 2024 +0100
+++ b/OllamaInterface/OllamaWidget.py	Fri Nov 29 13:10:21 2024 +0100
@@ -81,7 +81,6 @@
             )
         )
 
-        self.ollamaMenuButton.setAutoRaise(True)
         self.ollamaMenuButton.setShowMenuInside(True)
 
         self.__chatHistoryLayout = QVBoxLayout()
--- a/PluginAiOllama.py	Fri Nov 29 13:09:48 2024 +0100
+++ b/PluginAiOllama.py	Fri Nov 29 13:10:21 2024 +0100
@@ -33,7 +33,7 @@
     "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
     "autoactivate": True,
     "deactivateable": True,
-    "version": "10.1.6",
+    "version": "10.1.7",
     "className": "PluginOllamaInterface",
     "packageName": "OllamaInterface",
     "shortDescription": "Graphical 'ollama' client for eric-ide.",
Binary file PluginAiOllama.zip has changed
--- a/changelog.md	Fri Nov 29 13:09:48 2024 +0100
+++ b/changelog.md	Fri Nov 29 13:10:21 2024 +0100
@@ -1,6 +1,10 @@
 ChangeLog
 ---------
 
+__Version 10.1.7__
+
+- bug fixes
+
 __Version 10.1.6__
 
 - Modified some modal dialog use to ensure they have a valid parent.

eric ide

mercurial