1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix some margins in settings

This commit is contained in:
Elias 2019-02-08 14:48:57 +01:00
parent a9dfc9d261
commit 23e6601d10
3 changed files with 13 additions and 8 deletions

View File

@ -18,7 +18,7 @@ Item {
} }
signal checkboxChanged(bool checked) signal checkboxChanged(bool checked)
height: 50 height: 50 +txtDescription.paintedHeight
width: parent.width width: parent.width
Text { Text {

View File

@ -38,7 +38,7 @@ Item {
Item { Item {
id: settingsGeneralWrapper id: settingsGeneralWrapper
height: 520 height: 520 + txtDirChangesInfo.paintedHeight
width: parent.width width: parent.width
RectangularGlow { RectangularGlow {
@ -139,11 +139,11 @@ Item {
} }
Text { Text {
id: txtDirChangesInfo
text: qsTr("Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder!") text: qsTr("Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder!")
color: "#B5B5B5" color: "#B5B5B5"
height: 30 height: 30
width: parent.width width: parent.width
verticalAlignment: Text.AlignVCenter verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
horizontalAlignment: Text.AlignLeft horizontalAlignment: Text.AlignLeft
@ -205,7 +205,7 @@ Item {
Item { Item {
id: settingsPerformanceWrapper id: settingsPerformanceWrapper
height: 220 height: 250
width: parent.width width: parent.width
RectangularGlow { RectangularGlow {
@ -445,3 +445,8 @@ Item {
} }
} }
} }
/*##^## Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/

View File

@ -102,7 +102,7 @@ Item {
PropertyChanges { PropertyChanges {
target: txtHeadline target: txtHeadline
anchors.topMargin: 0 anchors.topMargin: 2
opacity: 1 opacity: 1
} }
} }