Index: sources/gui/qml/dialogs/PowerOff.qml =================================================================== diff -u -rcd7de5f6d239a11615ba8c6c03339a10996486ca -r8f71000a841da5e8f18efccbb30a7655d3a211cd --- sources/gui/qml/dialogs/PowerOff.qml (.../PowerOff.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) +++ sources/gui/qml/dialogs/PowerOff.qml (.../PowerOff.qml) (revision 8f71000a841da5e8f18efccbb30a7655d3a211cd) @@ -24,6 +24,8 @@ * \brief Contains the PowerOff Dialog Implementation */ ModalDialog { id : _root + contentItem.objectName: "PowerOffDialog" //SquishQt testability + Column { spacing: Variables.columnSpacing anchors.centerIn: parent