src/eric7/MicroPython/MicroPythonWidget.py

branch
eric7
changeset 10482
72d9b5ea39b4
parent 10439
21c28b0f9e41
child 10512
b7292f2691f9
--- a/src/eric7/MicroPython/MicroPythonWidget.py	Fri Jan 05 16:04:03 2024 +0100
+++ b/src/eric7/MicroPython/MicroPythonWidget.py	Sat Jan 06 15:21:02 2024 +0100
@@ -32,6 +32,7 @@
 from eric7.EricWidgets.EricProcessDialog import EricProcessDialog
 from eric7.SystemUtilities import FileSystemUtilities, OSUtilities
 from eric7.UI.Info import BugAddress
+from eric7.UI.UserInterface import UserInterfaceSide
 
 from . import ConvertToUF2Dialog, Devices, UF2FlashDialog
 from .BluetoothDialogs.BluetoothController import BluetoothController
@@ -825,7 +826,7 @@
             self.__chartWidget.dataFlood.connect(self.handleDataFlood)
 
             self.__ui.addSideWidget(
-                self.__ui.BottomSide,
+                UserInterfaceSide.Bottom,
                 self.__chartWidget,
                 EricPixmapCache.getIcon("chart"),
                 self.tr("µPy Chart"),
@@ -912,7 +913,7 @@
                     )
 
                     self.__ui.addSideWidget(
-                        self.__ui.BottomSide,
+                        UserInterfaceSide.Bottom,
                         self.__fileManagerWidget,
                         EricPixmapCache.getIcon("filemanager"),
                         self.tr("µPy Files"),

eric ide

mercurial