mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Fix settings margins
This commit is contained in:
parent
97d65c2ab6
commit
7a02ec11ae
@ -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}")
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user