MicroPython eric7

Sat, 15 Jan 2022 18:40:57 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 15 Jan 2022 18:40:57 +0100
branch
eric7
changeset 8923
bbf9aa041116
parent 8922
8249212cc600
child 8924
7f2cad9900cf

MicroPython
- some slight changes to some dialogs

eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui file | annotate | diff | comparison | revisions
eric7/MicroPython/EspFirmwareSelectionDialog.ui file | annotate | diff | comparison | revisions
eric7/MicroPython/UF2FlashDialog.ui file | annotate | diff | comparison | revisions
--- a/eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui	Sat Jan 15 17:42:23 2022 +0100
+++ b/eric7/MicroPython/EspBackupRestoreFirmwareDialog.ui	Sat Jan 15 18:40:57 2022 +0100
@@ -86,6 +86,12 @@
      </item>
      <item row="3" column="1" colspan="2">
       <widget class="EricPathPicker" name="firmwarePicker" native="true">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <property name="focusPolicy">
         <enum>Qt::WheelFocus</enum>
        </property>
--- a/eric7/MicroPython/EspFirmwareSelectionDialog.ui	Sat Jan 15 17:42:23 2022 +0100
+++ b/eric7/MicroPython/EspFirmwareSelectionDialog.ui	Sat Jan 15 18:40:57 2022 +0100
@@ -58,6 +58,12 @@
      </item>
      <item row="1" column="1" colspan="2">
       <widget class="EricPathPicker" name="firmwarePicker" native="true">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
        <property name="focusPolicy">
         <enum>Qt::WheelFocus</enum>
        </property>
--- a/eric7/MicroPython/UF2FlashDialog.ui	Sat Jan 15 17:42:23 2022 +0100
+++ b/eric7/MicroPython/UF2FlashDialog.ui	Sat Jan 15 18:40:57 2022 +0100
@@ -49,7 +49,7 @@
      <item row="1" column="1">
       <widget class="EricPathPicker" name="firmwarePicker" native="true">
        <property name="sizePolicy">
-        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>
@@ -72,7 +72,7 @@
      <item row="2" column="1">
       <widget class="EricPathPicker" name="bootPicker" native="true">
        <property name="sizePolicy">
-        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
          <horstretch>0</horstretch>
          <verstretch>0</verstretch>
         </sizepolicy>

eric ide

mercurial