Changed the indentation of the "Installed Protocols and Services" heading on the "Server Containers" page

This commit is contained in:
vladimir.kuznetsov 2023-01-16 16:20:12 +03:00
parent 19a41b2792
commit 3175b0c4ff

View file

@ -190,12 +190,12 @@ PageBase {
left: parent.left; left: parent.left;
right: parent.right; right: parent.right;
} }
topPadding: 20
spacing: 10 spacing: 10
Caption { Caption {
id: cap1 id: cap1
text: qsTr("Installed Protocols and Services") text: qsTr("Installed Protocols and Services")
leftPadding: -20
font.pixelSize: 20 font.pixelSize: 20
} }