diff -r 9a3adf033f90 -r ed510767c096 eric6/MicroPython/MicroPythonFileManagerWidget.ui --- a/eric6/MicroPython/MicroPythonFileManagerWidget.ui Mon Jul 22 20:17:33 2019 +0200 +++ b/eric6/MicroPython/MicroPythonFileManagerWidget.ui Tue Jul 23 19:43:14 2019 +0200 @@ -92,6 +92,13 @@ </spacer> </item> <item> + <widget class="QToolButton" name="syncButton"> + <property name="toolTip"> + <string>Press to sync the local directory to the device directory</string> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="putButton"> <property name="toolTip"> <string>Press to copy the selected file to the device</string> @@ -206,6 +213,7 @@ <tabstops> <tabstop>localFileTreeWidget</tabstop> <tabstop>deviceFileTreeWidget</tabstop> + <tabstop>syncButton</tabstop> <tabstop>putButton</tabstop> <tabstop>getButton</tabstop> <tabstop>localUpButton</tabstop>