Index: sources/gui/qml/pages/settings/SettingsBase.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -r320972a712c31e94413056591634859b4b3d564e --- sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/pages/settings/SettingsBase.qml (.../SettingsBase.qml) (revision 320972a712c31e94413056591634859b4b3d564e) @@ -39,7 +39,7 @@ property alias title : _titleText.text property alias notificationText : _information.text - property int notificationMargin : Variables.notificationHeight + Variables.minVGap + property alias notificationAnchor : _information.anchors property alias backVisible : _backButton .visible property alias backEnabled : _backButton .enabled @@ -114,11 +114,10 @@ imageSource : "" text : "" anchors { - bottom : undefined - bottomMargin : _root.notificationMargin - verticalCenter : _backButton.verticalCenter - left : _backButton.right - right : _confirmButton.left + bottom : undefined + verticalCenter : _backButton.verticalCenter + left : _backButton.right + right : _confirmButton.left } }