Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r227f28b202f81ab3dd04a81868697025ccab6220 -r442d1c4f53c96991d4103485ff5ff683ed00d4f7 --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 227f28b202f81ab3dd04a81868697025ccab6220) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 442d1c4f53c96991d4103485ff5ff683ed00d4f7) @@ -28,6 +28,27 @@ * which is the default screen in the "Settings" stack */ ScreenItem { id: _root + + USBButton { id: _usb + anchors { + top : parent.top + right : _export.left + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } + + ExportButton { id: _export + width: 150 + height: 50 + anchors { + top : parent.top + right : _poweroff.left + topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 + } + } + TouchRect { id : _poweroff width: 150 height: Variables.logoHeight