diff --git a/CMake/CreateIFWInstaller.cmake b/CMake/CreateIFWInstaller.cmake index 7d7147b7..4e9533b6 100644 --- a/CMake/CreateIFWInstaller.cmake +++ b/CMake/CreateIFWInstaller.cmake @@ -15,7 +15,7 @@ if("${CPACK_IFW_ROOT}" STREQUAL "") endif() endif() - message(AUTHOR_WARNING "[CPACK_IFW_ROOT] Not set. Using hardcoded value: ${SCREENPLAY_IFW_ROOT} version ${SCREENPLAY_IFW_ROOT}") + message(AUTHOR_WARNING "[CPACK_IFW_ROOT] Not set. Using hardcoded value: ${SCREENPLAY_IFW_ROOT}") message(AUTHOR_WARNING "WARNING: MAKE SURE YOU HAVE THIS EXACT VERSION INSTALLED VIA THE QTMAINTANANCE TOOL!") else() message(STATUS "[CPACK_IFW_ROOT] = ${SCREENPLAY_IFW_ROOT}") diff --git a/ScreenPlay/qml/Settings/Settings.qml b/ScreenPlay/qml/Settings/Settings.qml index 9ff772b3..1e607f51 100644 --- a/ScreenPlay/qml/Settings/Settings.qml +++ b/ScreenPlay/qml/Settings/Settings.qml @@ -61,6 +61,7 @@ Item { Column { anchors.fill: parent + anchors.margins: 20 spacing: 20 SettingBool { @@ -247,6 +248,7 @@ Item { Column { anchors.fill: parent + anchors.margins: 20 spacing: 20 SettingBool { @@ -306,6 +308,7 @@ Item { Column { anchors.fill: parent + anchors.margins: 20 spacing: 20 Column { diff --git a/ScreenPlay/qml/Settings/SettingsPage.qml b/ScreenPlay/qml/Settings/SettingsPage.qml index 4f880a90..95c1c221 100644 --- a/ScreenPlay/qml/Settings/SettingsPage.qml +++ b/ScreenPlay/qml/Settings/SettingsPage.qml @@ -7,7 +7,7 @@ import QtQuick.Controls.Material.impl Page { width: parent.width - height: contentHeight + header.height + 30 * 3 + height: contentHeight + header.height + 60 Material.elevation: 4 background: Rectangle { @@ -19,7 +19,5 @@ Page { layer.effect: ElevationEffect { elevation: 4 } - } - }