mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Fix some margins in settings
This commit is contained in:
parent
a9dfc9d261
commit
23e6601d10
@ -18,14 +18,14 @@ Item {
|
||||
}
|
||||
signal checkboxChanged(bool checked)
|
||||
|
||||
height: 50
|
||||
height: 50 +txtDescription.paintedHeight
|
||||
width: parent.width
|
||||
|
||||
Text {
|
||||
id: txtHeadline
|
||||
color: "#5D5D5D"
|
||||
text: settingsBool.headline
|
||||
|
||||
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
anchors{
|
||||
@ -45,7 +45,7 @@ Item {
|
||||
text: settingsBool.description
|
||||
wrapMode: Text.WordWrap
|
||||
color: "#B5B5B5"
|
||||
|
||||
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
font.pixelSize: 12
|
||||
|
@ -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}
|
||||
}
|
||||
##^##*/
|
||||
|
@ -65,7 +65,7 @@ Item {
|
||||
font.pixelSize: 18
|
||||
color: "white"
|
||||
verticalAlignment: Text.AlignTop
|
||||
|
||||
|
||||
font.family: "Roboto"
|
||||
anchors {
|
||||
top: parent.top
|
||||
@ -102,7 +102,7 @@ Item {
|
||||
|
||||
PropertyChanges {
|
||||
target: txtHeadline
|
||||
anchors.topMargin: 0
|
||||
anchors.topMargin: 2
|
||||
opacity: 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user