diff -r aa6fc2d252ad -r 0d72ed127335 eric6/MicroPython/MicroPythonFileManagerWidget.ui --- a/eric6/MicroPython/MicroPythonFileManagerWidget.ui Sat Aug 10 13:51:09 2019 +0200 +++ b/eric6/MicroPython/MicroPythonFileManagerWidget.ui Sat Aug 10 13:52:06 2019 +0200 @@ -96,7 +96,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>13</height> + <height>26</height> </size> </property> </spacer> @@ -144,7 +144,7 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>40</height> + <height>26</height> </size> </property> </spacer> @@ -196,15 +196,12 @@ <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> - <number>1</number> + <number>2</number> </property> <item> - <widget class="QLabel" name="localCwd"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> + <widget class="QLineEdit" name="localCwd"> + <property name="readOnly"> + <bool>true</bool> </property> </widget> </item> @@ -227,15 +224,12 @@ <item row="2" column="2"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> - <number>1</number> + <number>2</number> </property> <item> - <widget class="QLabel" name="deviceCwd"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> + <widget class="QLineEdit" name="deviceCwd"> + <property name="readOnly"> + <bool>true</bool> </property> </widget> </item> @@ -273,8 +267,10 @@ <tabstop>putAsButton</tabstop> <tabstop>getButton</tabstop> <tabstop>getAsButton</tabstop> + <tabstop>localCwd</tabstop> <tabstop>localUpButton</tabstop> <tabstop>localReloadButton</tabstop> + <tabstop>deviceCwd</tabstop> <tabstop>deviceUpButton</tabstop> <tabstop>deviceReloadButton</tabstop> </tabstops>