Fix CApitalization and spurious space.

part of CURA-8561
This commit is contained in:
Remco Burema 2021-11-18 08:44:06 +01:00
parent 07e9237d72
commit dcb9456848
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ TabButton
color: UM.Theme.getColor("icon")
source: UM.Theme.getIcon("Settings")
anchors.horizontalCenter: parent.horizontalCenter
anchors.horizontalCenterOffset: Math.round(UM.Theme.getSize("narrow_margin").width /2)
anchors.horizontalCenterOffset: Math.round(UM.Theme.getSize("narrow_margin").width /2)
anchors.verticalCenter: parent.verticalCenter
}
}

View File

@ -252,7 +252,7 @@ Rectangle
RowLayout //Author and action buttons.
{
id: authorAndACtionButton
id: authorAndActionButton
width: parent.width
anchors
{