mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
Fix some margins in settings
This commit is contained in:
parent
a9dfc9d261
commit
23e6601d10
@ -18,7 +18,7 @@ Item {
|
||||
}
|
||||
signal checkboxChanged(bool checked)
|
||||
|
||||
height: 50
|
||||
height: 50 +txtDescription.paintedHeight
|
||||
width: parent.width
|
||||
|
||||
Text {
|
||||
|
@ -38,7 +38,7 @@ Item {
|
||||
|
||||
Item {
|
||||
id: settingsGeneralWrapper
|
||||
height: 520
|
||||
height: 520 + txtDirChangesInfo.paintedHeight
|
||||
width: parent.width
|
||||
|
||||
RectangularGlow {
|
||||
@ -139,11 +139,11 @@ Item {
|
||||
}
|
||||
|
||||
Text {
|
||||
id: txtDirChangesInfo
|
||||
text: qsTr("Important: Changing this directory has no effect on the workshop download path. ScreenPlay only supports having one content folder!")
|
||||
color: "#B5B5B5"
|
||||
height: 30
|
||||
width: parent.width
|
||||
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
wrapMode: Text.WordWrap
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
@ -205,7 +205,7 @@ Item {
|
||||
|
||||
Item {
|
||||
id: settingsPerformanceWrapper
|
||||
height: 220
|
||||
height: 250
|
||||
width: parent.width
|
||||
|
||||
RectangularGlow {
|
||||
@ -445,3 +445,8 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*##^## Designer {
|
||||
D{i:0;autoSize:true;height:480;width:640}
|
||||
}
|
||||
##^##*/
|
||||
|
@ -102,7 +102,7 @@ Item {
|
||||
|
||||
PropertyChanges {
|
||||
target: txtHeadline
|
||||
anchors.topMargin: 0
|
||||
anchors.topMargin: 2
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user