1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix settings margins

This commit is contained in:
Elias Steurer 2022-05-01 20:20:40 +02:00
parent 97d65c2ab6
commit 7a02ec11ae
3 changed files with 5 additions and 4 deletions

View File

@ -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}")

View File

@ -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 {

View File

@ -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
}
}
}